Class InteractionDeveloper
java.lang.Object
com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionDeveloper
- All Implemented Interfaces:
IInteraction
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanprocessInteract(PixelmonEntity pixelmon, net.minecraft.world.entity.player.Player player, net.minecraft.world.InteractionHand hand, net.minecraft.world.item.ItemStack itemstack) booleanprocessOnEmptyHand(PixelmonEntity pixelmon, net.minecraft.world.entity.player.Player player, net.minecraft.world.InteractionHand hand, net.minecraft.world.item.ItemStack itemstack)
-
Field Details
-
oa10712
-
waterdude
-
jay113355
-
ras
-
isi
-
ribchop
-
danieln
-
asa
-
wop
-
-
Constructor Details
-
InteractionDeveloper
public InteractionDeveloper()
-
-
Method Details
-
processInteract
public boolean processInteract(PixelmonEntity pixelmon, net.minecraft.world.entity.player.Player player, net.minecraft.world.InteractionHand hand, net.minecraft.world.item.ItemStack itemstack) - Specified by:
processInteractin interfaceIInteraction
-
processOnEmptyHand
public boolean processOnEmptyHand(PixelmonEntity pixelmon, net.minecraft.world.entity.player.Player player, net.minecraft.world.InteractionHand hand, net.minecraft.world.item.ItemStack itemstack) - Specified by:
processOnEmptyHandin interfaceIInteraction
-