Package net.minecraft.entity
Interface Shearable
- All Known Implementing Classes:
 BoggedEntity,MooshroomEntity,SheepEntity,SnowGolemEntity
public interface Shearable
Represents an entity that can be sheared, either by a player or a
 dispenser.
- Mappings:
 Namespace Name named net/minecraft/entity/Shearableintermediary net/minecraft/class_5147official buf
- 
Method Summary
 
- 
Method Details
- 
sheared
- Mappings:
 Namespace Name Mixin selector named shearedLnet/minecraft/entity/Shearable;sheared(Lnet/minecraft/sound/SoundCategory;)Vintermediary method_6636Lnet/minecraft/class_5147;method_6636(Lnet/minecraft/class_3419;)Vofficial aLbuf;a(Lavq;)V
 - 
isShearable
boolean isShearable()- Mappings:
 Namespace Name Mixin selector named isShearableLnet/minecraft/entity/Shearable;isShearable()Zintermediary method_27072Lnet/minecraft/class_5147;method_27072()Zofficial aLbuf;a()Z
 
 -