Package net.minecraft.entity
Interface IShearable
-
- All Known Implementing Classes:
MooshroomEntity
,SheepEntity
,SnowGolemEntity
@Deprecated public interface IShearable
Deprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description boolean
readyForShearing()
Deprecated.void
shear(SoundCategory p_230263_1_)
Deprecated.
-
-
-
Method Detail
-
shear
@Deprecated void shear(SoundCategory p_230263_1_)
Deprecated.
-
readyForShearing
@Deprecated boolean readyForShearing()
Deprecated.
-
-