Class SheepEntity

All Implemented Interfaces:
Attackable, DataTracked, EquipmentHolder, Leashable, Shearable, Targeter, ScoreHolder, Nameable, EntityLike

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

    • MAX_GRASS_TIMER Link icon

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

      private static final TrackedData<Byte> COLOR
      Mappings:
      Namespace Name Mixin selector
      named COLOR Lnet/minecraft/entity/passive/SheepEntity;COLOR:Lnet/minecraft/entity/data/TrackedData;
      intermediary field_6870 Lnet/minecraft/class_1472;field_6870:Lnet/minecraft/class_2940;
      official bZ Lchv;bZ:Lajy;
    • COLORS Link icon

      private static final Map<DyeColor,Integer> COLORS
      Mappings:
      Namespace Name Mixin selector
      named COLORS Lnet/minecraft/entity/passive/SheepEntity;COLORS:Ljava/util/Map;
      intermediary field_6867 Lnet/minecraft/class_1472;field_6867:Ljava/util/Map;
      official ca Lchv;ca:Ljava/util/Map;
    • eatGrassTimer Link icon

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

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

    • SheepEntity Link icon

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

    • getDyedColor Link icon

      private static int getDyedColor(DyeColor color)
      Mappings:
      Namespace Name Mixin selector
      named getDyedColor Lnet/minecraft/entity/passive/SheepEntity;getDyedColor(Lnet/minecraft/util/DyeColor;)I
      intermediary method_6630 Lnet/minecraft/class_1472;method_6630(Lnet/minecraft/class_1767;)I
      official c Lchv;c(Lcvn;)I
    • getRgbColor Link icon

      public static int getRgbColor(DyeColor dyeColor)
      Mappings:
      Namespace Name Mixin selector
      named getRgbColor Lnet/minecraft/entity/passive/SheepEntity;getRgbColor(Lnet/minecraft/util/DyeColor;)I
      intermediary method_6634 Lnet/minecraft/class_1472;method_6634(Lnet/minecraft/class_1767;)I
      official a Lchv;a(Lcvn;)I
    • initGoals Link icon

      protected void initGoals()
      Overrides:
      initGoals in class MobEntity
      Mappings:
      Namespace Name Mixin selector
      named initGoals Lnet/minecraft/entity/mob/MobEntity;initGoals()V
      intermediary method_5959 Lnet/minecraft/class_1308;method_5959()V
      official E Lbvk;E()V
    • isBreedingItem Link icon

      public boolean isBreedingItem(ItemStack stack)
      Specified by:
      isBreedingItem in class AnimalEntity
      Mappings:
      Namespace Name Mixin selector
      named isBreedingItem Lnet/minecraft/entity/passive/AnimalEntity;isBreedingItem(Lnet/minecraft/item/ItemStack;)Z
      intermediary method_6481 Lnet/minecraft/class_1429;method_6481(Lnet/minecraft/class_1799;)Z
      official j Lcgz;j(Lcwq;)Z
    • mobTick Link icon

      protected void mobTick(ServerWorld world)
      Overrides:
      mobTick in class AnimalEntity
      Mappings:
      Namespace Name Mixin selector
      named mobTick Lnet/minecraft/entity/mob/MobEntity;mobTick(Lnet/minecraft/server/world/ServerWorld;)V
      intermediary method_5958 Lnet/minecraft/class_1308;method_5958(Lnet/minecraft/class_3218;)V
      official a Lbvk;a(Lard;)V
    • tickMovement Link icon

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

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

      protected void initDataTracker(DataTracker.Builder builder)
      Initializes data tracker.
      Overrides:
      initDataTracker in class PassiveEntity
      API Note:
      Subclasses should override this and add to the builder any data that needs to be tracked.
      Mappings:
      Namespace Name Mixin selector
      named initDataTracker Lnet/minecraft/entity/Entity;initDataTracker(Lnet/minecraft/entity/data/DataTracker$Builder;)V
      intermediary method_5693 Lnet/minecraft/class_1297;method_5693(Lnet/minecraft/class_2945$class_9222;)V
      official a Lbum;a(Lakc$a;)V
    • handleStatus Link icon

      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:
      API Note:
      To send an entity status, use World.sendEntityStatus(net.minecraft.entity.Entity, byte).
      Mappings:
      Namespace Name Mixin selector
      named handleStatus Lnet/minecraft/entity/Entity;handleStatus(B)V
      intermediary method_5711 Lnet/minecraft/class_1297;method_5711(B)V
      official b Lbum;b(B)V
    • getNeckAngle Link icon

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

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

      public ActionResult interactMob(PlayerEntity player, Hand hand)
      Overrides:
      interactMob in class AnimalEntity
      Mappings:
      Namespace Name Mixin selector
      named interactMob Lnet/minecraft/entity/mob/MobEntity;interactMob(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/util/Hand;)Lnet/minecraft/util/ActionResult;
      intermediary method_5992 Lnet/minecraft/class_1308;method_5992(Lnet/minecraft/class_1657;Lnet/minecraft/class_1268;)Lnet/minecraft/class_1269;
      official b Lbvk;b(Lcoy;Lbsk;)Lbsl;
    • sheared Link icon

      public void sheared(ServerWorld world, SoundCategory shearedSoundCategory, ItemStack shears)
      Specified by:
      sheared in interface Shearable
      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 Lbvz;a(Lard;Lawb;Lcwq;)V
    • isShearable Link icon

      public boolean isShearable()
      Specified by:
      isShearable in interface Shearable
      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 Lbvz;a()Z
    • writeCustomDataToNbt Link icon

      public void writeCustomDataToNbt(NbtCompound nbt)
      Writes custom data to nbt. Subclasses have 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
      named writeCustomDataToNbt Lnet/minecraft/entity/Entity;writeCustomDataToNbt(Lnet/minecraft/nbt/NbtCompound;)V
      intermediary method_5652 Lnet/minecraft/class_1297;method_5652(Lnet/minecraft/class_2487;)V
      official b Lbum;b(Ltq;)V
    • readCustomDataFromNbt Link icon

      public void readCustomDataFromNbt(NbtCompound nbt)
      Reads custom data from nbt. Subclasses have 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
      named readCustomDataFromNbt Lnet/minecraft/entity/Entity;readCustomDataFromNbt(Lnet/minecraft/nbt/NbtCompound;)V
      intermediary method_5749 Lnet/minecraft/class_1297;method_5749(Lnet/minecraft/class_2487;)V
      official a Lbum;a(Ltq;)V
    • getAmbientSound Link icon

      protected SoundEvent getAmbientSound()
      Overrides:
      getAmbientSound in class MobEntity
      Mappings:
      Namespace Name Mixin selector
      named getAmbientSound Lnet/minecraft/entity/mob/MobEntity;getAmbientSound()Lnet/minecraft/sound/SoundEvent;
      intermediary method_5994 Lnet/minecraft/class_1308;method_5994()Lnet/minecraft/class_3414;
      official u Lbvk;u()Lavz;
    • getHurtSound Link icon

      protected SoundEvent getHurtSound(DamageSource source)
      Overrides:
      getHurtSound in class LivingEntity
      Mappings:
      Namespace Name Mixin selector
      named getHurtSound Lnet/minecraft/entity/LivingEntity;getHurtSound(Lnet/minecraft/entity/damage/DamageSource;)Lnet/minecraft/sound/SoundEvent;
      intermediary method_6011 Lnet/minecraft/class_1309;method_6011(Lnet/minecraft/class_1282;)Lnet/minecraft/class_3414;
      official e Lbvi;e(Lbtc;)Lavz;
    • getDeathSound Link icon

      protected SoundEvent getDeathSound()
      Overrides:
      getDeathSound in class LivingEntity
      Mappings:
      Namespace Name Mixin selector
      named getDeathSound Lnet/minecraft/entity/LivingEntity;getDeathSound()Lnet/minecraft/sound/SoundEvent;
      intermediary method_6002 Lnet/minecraft/class_1309;method_6002()Lnet/minecraft/class_3414;
      official o_ Lbvi;o_()Lavz;
    • playStepSound Link icon

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

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

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

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

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

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

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

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

      @Nullable public @Nullable EntityData initialize(ServerWorldAccess world, LocalDifficulty difficulty, SpawnReason spawnReason, @Nullable @Nullable EntityData entityData)
      Overrides:
      initialize in class PassiveEntity
      Mappings:
      Namespace Name Mixin selector
      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/entity/EntityData;
      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_1315;
      official a Lbvk;a(Ldha;Lbsj;Lbus;Lbwb;)Lbwb;