Class SheepEntity

All Implemented Interfaces:
Shearable, CommandOutput, Nameable, EntityLike

public class SheepEntity extends AnimalEntity implements Shearable
Mappings:
Namespace Name
official bqk
intermediary net/minecraft/class_1472
named net/minecraft/entity/passive/SheepEntity
  • Field Details

    • MAX_GRASS_TIMER

      private static final int MAX_GRASS_TIMER
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official bX Lbqk;bX:I
      intermediary field_30371 Lnet/minecraft/class_1472;field_30371:I
      named MAX_GRASS_TIMER Lnet/minecraft/entity/passive/SheepEntity;MAX_GRASS_TIMER:I
    • COLOR

      private static final TrackedData<Byte> COLOR
      Mappings:
      Namespace Name Mixin selector
      official bY Lbqk;bY:Labn;
      intermediary field_6870 Lnet/minecraft/class_1472;field_6870:Lnet/minecraft/class_2940;
      named COLOR Lnet/minecraft/entity/passive/SheepEntity;COLOR:Lnet/minecraft/entity/data/TrackedData;
    • DROPS

      private static final Map<DyeColor,ItemConvertible> DROPS
      Mappings:
      Namespace Name Mixin selector
      official ca Lbqk;ca:Ljava/util/Map;
      intermediary field_6868 Lnet/minecraft/class_1472;field_6868:Ljava/util/Map;
      named DROPS Lnet/minecraft/entity/passive/SheepEntity;DROPS:Ljava/util/Map;
    • COLORS

      private static final Map<DyeColor,float[]> COLORS
      Mappings:
      Namespace Name Mixin selector
      official cb Lbqk;cb:Ljava/util/Map;
      intermediary field_6867 Lnet/minecraft/class_1472;field_6867:Ljava/util/Map;
      named COLORS Lnet/minecraft/entity/passive/SheepEntity;COLORS:Ljava/util/Map;
    • eatGrassTimer

      private int eatGrassTimer
      Mappings:
      Namespace Name Mixin selector
      official cc Lbqk;cc:I
      intermediary field_6865 Lnet/minecraft/class_1472;field_6865:I
      named eatGrassTimer Lnet/minecraft/entity/passive/SheepEntity;eatGrassTimer:I
    • eatGrassGoal

      private EatGrassGoal eatGrassGoal
      Mappings:
      Namespace Name Mixin selector
      official cd Lbqk;cd:Lbkq;
      intermediary field_6869 Lnet/minecraft/class_1472;field_6869:Lnet/minecraft/class_1345;
      named eatGrassGoal Lnet/minecraft/entity/passive/SheepEntity;eatGrassGoal:Lnet/minecraft/entity/ai/goal/EatGrassGoal;
  • Constructor Details

    • SheepEntity

      public SheepEntity(EntityType<? extends SheepEntity> type, World world)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbdr;<init>(Lbdv;Lcjw;)V
      intermediary <init> Lnet/minecraft/class_1297;<init>(Lnet/minecraft/class_1299;Lnet/minecraft/class_1937;)V
      named <init> Lnet/minecraft/entity/Entity;<init>(Lnet/minecraft/entity/EntityType;Lnet/minecraft/world/World;)V
  • Method Details

    • getDyedColor

      private static float[] getDyedColor(DyeColor color)
      Mappings:
      Namespace Name Mixin selector
      official c Lbqk;c(Lccl;)[F
      intermediary method_6630 Lnet/minecraft/class_1472;method_6630(Lnet/minecraft/class_1767;)[F
      named getDyedColor Lnet/minecraft/entity/passive/SheepEntity;getDyedColor(Lnet/minecraft/util/DyeColor;)[F
    • getRgbColor

      public static float[] getRgbColor(DyeColor dyeColor)
      Mappings:
      Namespace Name Mixin selector
      official a Lbqk;a(Lccl;)[F
      intermediary method_6634 Lnet/minecraft/class_1472;method_6634(Lnet/minecraft/class_1767;)[F
      named getRgbColor Lnet/minecraft/entity/passive/SheepEntity;getRgbColor(Lnet/minecraft/util/DyeColor;)[F
    • initGoals

      protected void initGoals()
      Overrides:
      initGoals in class MobEntity
      Mappings:
      Namespace Name Mixin selector
      official u Lbei;u()V
      intermediary method_5959 Lnet/minecraft/class_1308;method_5959()V
      named initGoals Lnet/minecraft/entity/mob/MobEntity;initGoals()V
    • mobTick

      protected void mobTick()
      Overrides:
      mobTick in class AnimalEntity
      Mappings:
      Namespace Name Mixin selector
      official U Lbei;U()V
      intermediary method_5958 Lnet/minecraft/class_1308;method_5958()V
      named mobTick Lnet/minecraft/entity/mob/MobEntity;mobTick()V
    • tickMovement

      public void tickMovement()
      Overrides:
      tickMovement in class AnimalEntity
      Mappings:
      Namespace Name Mixin selector
      official b_ Lbeg;b_()V
      intermediary method_6007 Lnet/minecraft/class_1309;method_6007()V
      named tickMovement Lnet/minecraft/entity/LivingEntity;tickMovement()V
    • createSheepAttributes

      public static DefaultAttributeContainer.Builder createSheepAttributes()
      Mappings:
      Namespace Name Mixin selector
      official p Lbqk;p()Lbfi$a;
      intermediary method_26893 Lnet/minecraft/class_1472;method_26893()Lnet/minecraft/class_5132$class_5133;
      named createSheepAttributes Lnet/minecraft/entity/passive/SheepEntity;createSheepAttributes()Lnet/minecraft/entity/attribute/DefaultAttributeContainer$Builder;
    • initDataTracker

      protected void initDataTracker()
      Initializes data tracker.
      Overrides:
      initDataTracker in class PassiveEntity
      Mappings:
      Namespace Name Mixin selector
      official a_ Lbdr;a_()V
      intermediary method_5693 Lnet/minecraft/class_1297;method_5693()V
      named initDataTracker Lnet/minecraft/entity/Entity;initDataTracker()V
    • getLootTableId

      public Identifier getLootTableId()
      Overrides:
      getLootTableId in class MobEntity
      Mappings:
      Namespace Name Mixin selector
      official O Lbei;O()Lacf;
      intermediary method_5991 Lnet/minecraft/class_1308;method_5991()Lnet/minecraft/class_2960;
      named getLootTableId Lnet/minecraft/entity/mob/MobEntity;getLootTableId()Lnet/minecraft/util/Identifier;
    • handleStatus

      public void handleStatus(byte status)
      Called on the client when the entity receives an entity status from the server. They are often used to spawn particles or play sounds. Subclasses can override this method to handle custom entity status.
      Overrides:
      handleStatus in class AnimalEntity
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official a Lbdr;a(B)V
      intermediary method_5711 Lnet/minecraft/class_1297;method_5711(B)V
      named handleStatus Lnet/minecraft/entity/Entity;handleStatus(B)V
    • getNeckAngle

      public float getNeckAngle(float delta)
      Mappings:
      Namespace Name Mixin selector
      official z Lbqk;z(F)F
      intermediary method_6628 Lnet/minecraft/class_1472;method_6628(F)F
      named getNeckAngle Lnet/minecraft/entity/passive/SheepEntity;getNeckAngle(F)F
    • getHeadAngle

      public float getHeadAngle(float delta)
      Mappings:
      Namespace Name Mixin selector
      official A Lbqk;A(F)F
      intermediary method_6641 Lnet/minecraft/class_1472;method_6641(F)F
      named getHeadAngle Lnet/minecraft/entity/passive/SheepEntity;getHeadAngle(F)F
    • interactMob

      public ActionResult interactMob(PlayerEntity player, Hand hand)
      Overrides:
      interactMob in class AnimalEntity
      Mappings:
      Namespace Name Mixin selector
      official b Lbei;b(Lbwp;Lbcl;)Lbcm;
      intermediary method_5992 Lnet/minecraft/class_1308;method_5992(Lnet/minecraft/class_1657;Lnet/minecraft/class_1268;)Lnet/minecraft/class_1269;
      named interactMob Lnet/minecraft/entity/mob/MobEntity;interactMob(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/util/Hand;)Lnet/minecraft/util/ActionResult;
    • sheared

      public void sheared(SoundCategory shearedSoundCategory)
      Specified by:
      sheared in interface Shearable
      Mappings:
      Namespace Name Mixin selector
      official a Lbex;a(Lalp;)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

      public boolean isShearable()
      Specified by:
      isShearable in interface Shearable
      Mappings:
      Namespace Name Mixin selector
      official a Lbex;a()Z
      intermediary method_27072 Lnet/minecraft/class_5147;method_27072()Z
      named isShearable Lnet/minecraft/entity/Shearable;isShearable()Z
    • writeCustomDataToNbt

      public void writeCustomDataToNbt(NbtCompound nbt)
      Writes custom data to nbt. Subclasses has to implement this.

      NBT is a storage format; therefore, a data from NBT is loaded to an entity instance's fields, which are used for other operations instead of the NBT. The data is written back to NBT when saving the entity.

      Overrides:
      writeCustomDataToNbt in class AnimalEntity
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official b Lbdr;b(Lqp;)V
      intermediary method_5652 Lnet/minecraft/class_1297;method_5652(Lnet/minecraft/class_2487;)V
      named writeCustomDataToNbt Lnet/minecraft/entity/Entity;writeCustomDataToNbt(Lnet/minecraft/nbt/NbtCompound;)V
    • readCustomDataFromNbt

      public void readCustomDataFromNbt(NbtCompound nbt)
      Reads custom data from nbt. Subclasses has to implement this.

      NBT is a storage format; therefore, a data from NBT is loaded to an entity instance's fields, which are used for other operations instead of the NBT. The data is written back to NBT when saving the entity.

      nbt might not have all expected keys, or might have a key whose value does not meet the requirement (such as the type or the range). This method should fall back to a reasonable default value instead of throwing an exception.

      Overrides:
      readCustomDataFromNbt in class AnimalEntity
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official a Lbdr;a(Lqp;)V
      intermediary method_5749 Lnet/minecraft/class_1297;method_5749(Lnet/minecraft/class_2487;)V
      named readCustomDataFromNbt Lnet/minecraft/entity/Entity;readCustomDataFromNbt(Lnet/minecraft/nbt/NbtCompound;)V
    • getAmbientSound

      protected SoundEvent getAmbientSound()
      Overrides:
      getAmbientSound in class MobEntity
      Mappings:
      Namespace Name Mixin selector
      official r Lbei;r()Laln;
      intermediary method_5994 Lnet/minecraft/class_1308;method_5994()Lnet/minecraft/class_3414;
      named getAmbientSound Lnet/minecraft/entity/mob/MobEntity;getAmbientSound()Lnet/minecraft/sound/SoundEvent;
    • getHurtSound

      protected SoundEvent getHurtSound(DamageSource source)
      Overrides:
      getHurtSound in class LivingEntity
      Mappings:
      Namespace Name Mixin selector
      official c Lbeg;c(Lbcz;)Laln;
      intermediary method_6011 Lnet/minecraft/class_1309;method_6011(Lnet/minecraft/class_1282;)Lnet/minecraft/class_3414;
      named getHurtSound Lnet/minecraft/entity/LivingEntity;getHurtSound(Lnet/minecraft/entity/damage/DamageSource;)Lnet/minecraft/sound/SoundEvent;
    • getDeathSound

      protected SoundEvent getDeathSound()
      Overrides:
      getDeathSound in class LivingEntity
      Mappings:
      Namespace Name Mixin selector
      official c_ Lbeg;c_()Laln;
      intermediary method_6002 Lnet/minecraft/class_1309;method_6002()Lnet/minecraft/class_3414;
      named getDeathSound Lnet/minecraft/entity/LivingEntity;getDeathSound()Lnet/minecraft/sound/SoundEvent;
    • playStepSound

      protected void playStepSound(BlockPos pos, BlockState state)
      Overrides:
      playStepSound in class Entity
      Mappings:
      Namespace Name Mixin selector
      official b Lbdr;b(Lgp;Lcyt;)V
      intermediary method_5712 Lnet/minecraft/class_1297;method_5712(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)V
      named playStepSound Lnet/minecraft/entity/Entity;playStepSound(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;)V
    • getColor

      public DyeColor getColor()
      Mappings:
      Namespace Name Mixin selector
      official t Lbqk;t()Lccl;
      intermediary method_6633 Lnet/minecraft/class_1472;method_6633()Lnet/minecraft/class_1767;
      named getColor Lnet/minecraft/entity/passive/SheepEntity;getColor()Lnet/minecraft/util/DyeColor;
    • setColor

      public void setColor(DyeColor color)
      Mappings:
      Namespace Name Mixin selector
      official b Lbqk;b(Lccl;)V
      intermediary method_6631 Lnet/minecraft/class_1472;method_6631(Lnet/minecraft/class_1767;)V
      named setColor Lnet/minecraft/entity/passive/SheepEntity;setColor(Lnet/minecraft/util/DyeColor;)V
    • isSheared

      public boolean isSheared()
      Mappings:
      Namespace Name Mixin selector
      official fM Lbqk;fM()Z
      intermediary method_6629 Lnet/minecraft/class_1472;method_6629()Z
      named isSheared Lnet/minecraft/entity/passive/SheepEntity;isSheared()Z
    • setSheared

      public void setSheared(boolean sheared)
      Mappings:
      Namespace Name Mixin selector
      official v Lbqk;v(Z)V
      intermediary method_6635 Lnet/minecraft/class_1472;method_6635(Z)V
      named setSheared Lnet/minecraft/entity/passive/SheepEntity;setSheared(Z)V
    • generateDefaultColor

      public static DyeColor generateDefaultColor(Random random)
      Mappings:
      Namespace Name Mixin selector
      official a Lbqk;a(Laoh;)Lccl;
      intermediary method_6632 Lnet/minecraft/class_1472;method_6632(Lnet/minecraft/class_5819;)Lnet/minecraft/class_1767;
      named generateDefaultColor Lnet/minecraft/entity/passive/SheepEntity;generateDefaultColor(Lnet/minecraft/util/math/random/Random;)Lnet/minecraft/util/DyeColor;
    • createChild

      @Nullable public @Nullable SheepEntity createChild(ServerWorld serverWorld, PassiveEntity passiveEntity)
      Specified by:
      createChild in class PassiveEntity
      Mappings:
      Namespace Name Mixin selector
      official b Lbqk;b(Lahm;Lbdo;)Lbqk;
      intermediary method_6640 Lnet/minecraft/class_1472;method_6640(Lnet/minecraft/class_3218;Lnet/minecraft/class_1296;)Lnet/minecraft/class_1472;
      named createChild Lnet/minecraft/entity/passive/SheepEntity;createChild(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/entity/passive/PassiveEntity;)Lnet/minecraft/entity/passive/SheepEntity;
    • onEatingGrass

      public void onEatingGrass()
      Overrides:
      onEatingGrass in class MobEntity
      Mappings:
      Namespace Name Mixin selector
      official J Lbei;J()V
      intermediary method_5983 Lnet/minecraft/class_1308;method_5983()V
      named onEatingGrass Lnet/minecraft/entity/mob/MobEntity;onEatingGrass()V
    • initialize

      @Nullable public @Nullable EntityData initialize(ServerWorldAccess world, LocalDifficulty difficulty, SpawnReason spawnReason, @Nullable @Nullable EntityData entityData, @Nullable @Nullable NbtCompound entityNbt)
      Overrides:
      initialize in class PassiveEntity
      Mappings:
      Namespace Name Mixin selector
      official a Lbei;a(Lckl;Lbck;Lbek;Lbez;Lqp;)Lbez;
      intermediary method_5943 Lnet/minecraft/class_1308;method_5943(Lnet/minecraft/class_5425;Lnet/minecraft/class_1266;Lnet/minecraft/class_3730;Lnet/minecraft/class_1315;Lnet/minecraft/class_2487;)Lnet/minecraft/class_1315;
      named initialize Lnet/minecraft/entity/mob/MobEntity;initialize(Lnet/minecraft/world/ServerWorldAccess;Lnet/minecraft/world/LocalDifficulty;Lnet/minecraft/entity/SpawnReason;Lnet/minecraft/entity/EntityData;Lnet/minecraft/nbt/NbtCompound;)Lnet/minecraft/entity/EntityData;
    • getChildColor

      private DyeColor getChildColor(AnimalEntity firstParent, AnimalEntity secondParent)
      Mappings:
      Namespace Name Mixin selector
      official a Lbqk;a(Lbpo;Lbpo;)Lccl;
      intermediary method_6639 Lnet/minecraft/class_1472;method_6639(Lnet/minecraft/class_1429;Lnet/minecraft/class_1429;)Lnet/minecraft/class_1767;
      named getChildColor Lnet/minecraft/entity/passive/SheepEntity;getChildColor(Lnet/minecraft/entity/passive/AnimalEntity;Lnet/minecraft/entity/passive/AnimalEntity;)Lnet/minecraft/util/DyeColor;
    • createDyeMixingCraftingInventory

      private static CraftingInventory createDyeMixingCraftingInventory(DyeColor firstColor, DyeColor secondColor)
      Mappings:
      Namespace Name Mixin selector
      official a Lbqk;a(Lccl;Lccl;)Lbzu;
      intermediary method_17690 Lnet/minecraft/class_1472;method_17690(Lnet/minecraft/class_1767;Lnet/minecraft/class_1767;)Lnet/minecraft/class_1715;
      named createDyeMixingCraftingInventory Lnet/minecraft/entity/passive/SheepEntity;createDyeMixingCraftingInventory(Lnet/minecraft/util/DyeColor;Lnet/minecraft/util/DyeColor;)Lnet/minecraft/inventory/CraftingInventory;
    • getActiveEyeHeight

      protected float getActiveEyeHeight(EntityPose pose, EntityDimensions dimensions)
      Overrides:
      getActiveEyeHeight in class LivingEntity
      Mappings:
      Namespace Name Mixin selector
      official b Lbeg;b(Lbes;Lbds;)F
      intermediary method_18394 Lnet/minecraft/class_1309;method_18394(Lnet/minecraft/class_4050;Lnet/minecraft/class_4048;)F
      named getActiveEyeHeight Lnet/minecraft/entity/LivingEntity;getActiveEyeHeight(Lnet/minecraft/entity/EntityPose;Lnet/minecraft/entity/EntityDimensions;)F