Uses of Enum Class
net.minecraft.util.ItemAction
Packages that use ItemAction
Package
Description
-
Uses of ItemAction in net.minecraft.client.gui.screen.ingame
Methods in net.minecraft.client.gui.screen.ingame with parameters of type ItemActionModifier and TypeMethodDescriptionprotected voidCraftingTableScreen.method_1131(Slot slot, int int2, int int3, ItemAction itemAction) protected voidCreativeInventoryScreen.method_1131(Slot slot, int int2, int int3, ItemAction itemAction) protected voidHandledScreen.method_1131(Slot slot, int int2, int int3, ItemAction itemAction) protected voidSurvivalInventoryScreen.method_1131(Slot slot, int int2, int int3, ItemAction itemAction) -
Uses of ItemAction in net.minecraft.client.network
Methods in net.minecraft.client.network with parameters of type ItemActionModifier and TypeMethodDescriptionClientPlayerInteractionManager.method_1224(int int2, int int3, int int4, ItemAction itemAction, PlayerEntity playerEntity) -
Uses of ItemAction in net.minecraft.network.packet.c2s.play
Fields in net.minecraft.network.packet.c2s.play declared as ItemActionMethods in net.minecraft.network.packet.c2s.play that return ItemActionConstructors in net.minecraft.network.packet.c2s.play with parameters of type ItemActionModifierConstructorDescriptionClickWindowC2SPacket(int int2, int int3, int int4, ItemAction itemAction, ItemStack itemStack, short short2) -
Uses of ItemAction in net.minecraft.screen
Methods in net.minecraft.screen with parameters of type ItemActionModifier and TypeMethodDescriptionScreenHandler.method_3252(int int2, int int3, ItemAction itemAction, PlayerEntity playerEntity) -
Uses of ItemAction in net.minecraft.util
Methods in net.minecraft.util that return ItemActionModifier and TypeMethodDescriptionstatic ItemActionReturns the enum constant of this class with the specified name.static ItemAction[]ItemAction.values()Returns an array containing the constants of this enum class, in the order they are declared.