Package net.minecraft.entity
Interface Shearable
- All Known Implementing Classes:
MooshroomEntity
,SheepEntity
,SnowGolemEntity
public interface Shearable
Represents an entity that can be sheared, either by a player or a
dispenser.
-
Method Summary
Modifier and Type Method Description boolean
isShearable()
void
sheared(SoundCategory shearedSoundCategory)
-
Method Details
-
sheared
-
isShearable
boolean isShearable()
-