Class ShearInteraction
java.lang.Object
com.pixelmonmod.pixelmon.entities.pixelmon.interactions.custom.PixelmonInteraction
com.pixelmonmod.pixelmon.entities.pixelmon.interactions.custom.ShearInteraction
Produces wool when a sheep (mareep) is sheared with shears.
- 
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.custom.PixelmonInteraction
counter, maxInteractions - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanprocessInteract(AbstractBaseEntity pixelmon, net.minecraft.world.entity.player.Player player, net.minecraft.world.InteractionHand hand, net.minecraft.world.item.ItemStack stack) Handles a player interacting with the Pokémon.Methods inherited from class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.custom.PixelmonInteraction
getInteraction, resetCounter 
- 
Field Details
- 
WOOLS
 - 
PALETTES
 
 - 
 - 
Constructor Details
- 
ShearInteraction
public ShearInteraction()Initializes the interaction. 
 - 
 - 
Method Details
- 
processInteract
public boolean processInteract(AbstractBaseEntity pixelmon, net.minecraft.world.entity.player.Player player, net.minecraft.world.InteractionHand hand, net.minecraft.world.item.ItemStack stack) Description copied from class:PixelmonInteractionHandles a player interacting with the Pokémon.- Overrides:
 processInteractin classPixelmonInteractionplayer- The player interacting with the Pokémon.- Returns:
 - Whether the interaction caused something to occur.
 
 
 -