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/Shearable
intermediary net/minecraft/class_5147
official bww
  • Method Details

    • sheared

      void sheared(ServerWorld world, SoundCategory shearedSoundCategory, ItemStack shears)
      Mappings:
      Namespace Name Mixin selector
      named sheared Lnet/minecraft/entity/Shearable;sheared(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/sound/SoundCategory;Lnet/minecraft/item/ItemStack;)V
      intermediary method_6636 Lnet/minecraft/class_5147;method_6636(Lnet/minecraft/class_3218;Lnet/minecraft/class_3419;Lnet/minecraft/class_1799;)V
      official a Lbww;a(Lash;Laxg;Lcxo;)V
    • isShearable

      boolean isShearable()
      Mappings:
      Namespace Name Mixin selector
      named isShearable Lnet/minecraft/entity/Shearable;isShearable()Z
      intermediary method_27072 Lnet/minecraft/class_5147;method_27072()Z
      official a Lbww;a()Z