Class Sheep

All Implemented Interfaces:
CommandSource, Attackable, Shearable, Targeting, EntityAccess, Nameable, ScoreHolder, ICapabilityProvider, ICapabilityProviderImpl<Entity>, ICapabilitySerializable<CompoundTag>, IForgeEntity, IForgeLivingEntity, IForgeShearable, INBTSerializable<CompoundTag>

public class Sheep extends Animal implements Shearable, IForgeShearable
  • Field Details

    • EAT_ANIMATION_TICKS

      private static final int EAT_ANIMATION_TICKS
      See Also:
    • DATA_WOOL_ID

      private static final EntityDataAccessor<Byte> DATA_WOOL_ID
    • ITEM_BY_DYE

      private static final Map<DyeColor,ItemLike> ITEM_BY_DYE
    • COLORARRAY_BY_COLOR

      private static final Map<DyeColor,float[]> COLORARRAY_BY_COLOR
    • eatAnimationTick

      private int eatAnimationTick
    • eatBlockGoal

      private EatBlockGoal eatBlockGoal
  • Constructor Details

  • Method Details