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

      void sheared​(SoundCategory shearedSoundCategory)
    • isShearable

      boolean isShearable()