Uses of Enum Class
io.papermc.paper.event.player.PlayerItemFrameChangeEvent.ItemFrameChangeAction
-
Uses of PlayerItemFrameChangeEvent.ItemFrameChangeAction in io.papermc.paper.event.player
Modifier and TypeMethodDescriptionPlayerItemFrameChangeEvent.getAction()
Gets the action that was performed on thisItemFrame
.Returns the enum constant of this class with the specified name.PlayerItemFrameChangeEvent.ItemFrameChangeAction.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionPlayerItemFrameChangeEvent
(@NotNull Player player, @NotNull ItemFrame itemFrame, @NotNull ItemStack itemStack, @NotNull PlayerItemFrameChangeEvent.ItemFrameChangeAction action)