Class EventHandler
java.lang.Object
com.mrbysco.armorposer.handlers.EventHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.world.InteractionResultonPlayerEntityInteractSpecific(net.minecraft.world.entity.player.Player player, net.minecraft.world.entity.Entity target, net.minecraft.world.InteractionHand hand) static net.minecraft.world.InteractionResultonPlayerRightClickItem(net.minecraft.world.entity.player.Player player, net.minecraft.world.InteractionHand hand)
-
Constructor Details
-
EventHandler
public EventHandler()
-
-
Method Details
-
onPlayerEntityInteractSpecific
public static net.minecraft.world.InteractionResult onPlayerEntityInteractSpecific(net.minecraft.world.entity.player.Player player, net.minecraft.world.entity.Entity target, net.minecraft.world.InteractionHand hand) -
onPlayerRightClickItem
public static net.minecraft.world.InteractionResult onPlayerRightClickItem(net.minecraft.world.entity.player.Player player, net.minecraft.world.InteractionHand hand)
-