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.
- Mappings:
Namespace Name official bnc
intermediary net/minecraft/class_5147
named net/minecraft/entity/Shearable
-
Method Summary
-
Method Details
-
sheared
- Mappings:
Namespace Name Mixin selector official a
Lbnc;a(Lart;)V
intermediary method_6636
Lnet/minecraft/class_5147;method_6636(Lnet/minecraft/class_3419;)V
named sheared
Lnet/minecraft/entity/Shearable;sheared(Lnet/minecraft/sound/SoundCategory;)V
-
isShearable
boolean isShearable()- Mappings:
Namespace Name Mixin selector official a
Lbnc;a()Z
intermediary method_27072
Lnet/minecraft/class_5147;method_27072()Z
named isShearable
Lnet/minecraft/entity/Shearable;isShearable()Z
-