Java net.minecraftforge.common IShearable fields, constructors, methods, implement or subclass

Example usage for Java net.minecraftforge.common IShearable fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for net.minecraftforge.common IShearable.

The text is from its open source code.

Implementation

net.minecraftforge.common.IShearable has the following implementations.
Click this link to see all its implementation.

Method

booleanisShearable(@Nonnull ItemStack item, IWorldReader world, BlockPos pos)
Checks if the object is currently shearable Example: Sheep return false when they have no wool
ListonSheared(@Nonnull ItemStack item, IWorld world, BlockPos pos, int fortune)
Performs the shear function on this object.