Class SheepEntity

All Implemented Interfaces:
class_582

public class SheepEntity extends AnimalEntity
Mappings:
Namespace Name
intermediary net/minecraft/class_613
glue class_82
server ce
client dl
named net/minecraft/entity/passive/SheepEntity
  • Field Details

    • COLORS

      public static final float[][] COLORS
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2698 Lnet/minecraft/class_613;field_2698:[[F
      glue field_175 Lclass_82;field_175:[[F
      server a Lce;a:[[F
      client a Ldl;a:[[F
      named COLORS Lnet/minecraft/entity/passive/SheepEntity;COLORS:[[F
  • Constructor Details

    • SheepEntity

      public SheepEntity(World world)
      Mappings:
      Namespace Name Mixin selector
      intermediary <init> Lnet/minecraft/class_57;<init>(Lnet/minecraft/class_18;)V
      glue <init> Lclass_450;<init>(Lclass_129;)V
      server <init> Llq;<init>(Ldj;)V
      client <init> Lsn;<init>(Lfd;)V
      named <init> Lnet/minecraft/entity/Entity;<init>(Lnet/minecraft/world/World;)V
  • Method Details

    • initDataTracker

      protected void initDataTracker()
      Overrides:
      initDataTracker in class LivingEntity
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1310 Lnet/minecraft/class_57;method_1310()V
      glue method_108 Lclass_450;method_108()V
      server b Llq;b()V
      client b Lsn;b()V
      named initDataTracker Lnet/minecraft/entity/Entity;initDataTracker()V
    • damage

      public boolean damage(Entity damageSource, int amount)
      Overrides:
      damage in class LivingEntity
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1355 Lnet/minecraft/class_57;method_1355(Lnet/minecraft/class_57;I)Z
      glue method_178 Lclass_450;method_178(Lclass_450;I)Z
      server a Llq;a(Llq;I)Z
      client a Lsn;a(Lsn;I)Z
      named damage Lnet/minecraft/entity/Entity;damage(Lnet/minecraft/entity/Entity;I)Z
    • drop

      protected void drop()
      Overrides:
      drop in class LivingEntity
      Mappings:
      Namespace Name Mixin selector
      intermediary method_933 Lnet/minecraft/class_127;method_933()V
      glue method_247 Lclass_283;method_247()V
      server q Lhl;q()V
      client q Lls;q()V
      named drop Lnet/minecraft/entity/LivingEntity;drop()V
    • getDroppedId

      protected int getDroppedId()
      Overrides:
      getDroppedId in class LivingEntity
      Mappings:
      Namespace Name Mixin selector
      intermediary method_914 Lnet/minecraft/class_127;method_914()I
      glue method_113 Lclass_283;method_113()I
      server j Lhl;j()I
      client j Lls;j()I
      named getDroppedId Lnet/minecraft/entity/LivingEntity;getDroppedId()I
    • interact

      public boolean interact(PlayerEntity player)
      Overrides:
      interact in class Entity
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1323 Lnet/minecraft/class_57;method_1323(Lnet/minecraft/class_54;)Z
      glue method_159 Lclass_450;method_159(Lclass_172;)Z
      server a Llq;a(Lem;)Z
      client a Lsn;a(Lgs;)Z
      named interact Lnet/minecraft/entity/Entity;interact(Lnet/minecraft/entity/player/PlayerEntity;)Z
    • writeNbt

      public void writeNbt(NbtCompound nbt)
      Overrides:
      writeNbt in class AnimalEntity
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1368 Lnet/minecraft/class_57;method_1368(Lnet/minecraft/class_8;)V
      glue method_24 Lclass_450;method_24(Lclass_333;)V
      server b Llq;b(Liq;)V
      client b Lsn;b(Lnu;)V
      named writeNbt Lnet/minecraft/entity/Entity;writeNbt(Lnet/minecraft/nbt/NbtCompound;)V
    • readNbt

      public void readNbt(NbtCompound nbt)
      Overrides:
      readNbt in class AnimalEntity
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1363 Lnet/minecraft/class_57;method_1363(Lnet/minecraft/class_8;)V
      glue method_23 Lclass_450;method_23(Lclass_333;)V
      server a Llq;a(Liq;)V
      client a Lsn;a(Lnu;)V
      named readNbt Lnet/minecraft/entity/Entity;readNbt(Lnet/minecraft/nbt/NbtCompound;)V
    • getRandomSound

      protected String getRandomSound()
      Overrides:
      getRandomSound in class LivingEntity
      Mappings:
      Namespace Name Mixin selector
      intermediary method_911 Lnet/minecraft/class_127;method_911()Ljava/lang/String;
      glue method_110 Lclass_283;method_110()Ljava/lang/String;
      server g Lhl;g()Ljava/lang/String;
      client g Lls;g()Ljava/lang/String;
      named getRandomSound Lnet/minecraft/entity/LivingEntity;getRandomSound()Ljava/lang/String;
    • getHurtSound

      protected String getHurtSound()
      Overrides:
      getHurtSound in class LivingEntity
      Mappings:
      Namespace Name Mixin selector
      intermediary method_912 Lnet/minecraft/class_127;method_912()Ljava/lang/String;
      glue method_111 Lclass_283;method_111()Ljava/lang/String;
      server h Lhl;h()Ljava/lang/String;
      client j_ Lls;j_()Ljava/lang/String;
      named getHurtSound Lnet/minecraft/entity/LivingEntity;getHurtSound()Ljava/lang/String;
    • getDeathSound

      protected String getDeathSound()
      Overrides:
      getDeathSound in class LivingEntity
      Mappings:
      Namespace Name Mixin selector
      intermediary method_913 Lnet/minecraft/class_127;method_913()Ljava/lang/String;
      glue method_112 Lclass_283;method_112()Ljava/lang/String;
      server i Lhl;i()Ljava/lang/String;
      client i Lls;i()Ljava/lang/String;
      named getDeathSound Lnet/minecraft/entity/LivingEntity;getDeathSound()Ljava/lang/String;
    • getColor

      public int getColor()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_2047 Lnet/minecraft/class_613;method_2047()I
      glue method_248 Lclass_82;method_248()I
      server r Lce;r()I
      client r Ldl;r()I
      named getColor Lnet/minecraft/entity/passive/SheepEntity;getColor()I
    • setColor

      public void setColor(int color)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_2046 Lnet/minecraft/class_613;method_2046(I)V
      glue method_246 Lclass_82;method_246(I)V
      server b_ Lce;b_(I)V
      client e_ Ldl;e_(I)V
      named setColor Lnet/minecraft/entity/passive/SheepEntity;setColor(I)V
    • isSheared

      public boolean isSheared()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_2048 Lnet/minecraft/class_613;method_2048()Z
      glue method_249 Lclass_82;method_249()Z
      server s Lce;s()Z
      client s Ldl;s()Z
      named isSheared Lnet/minecraft/entity/passive/SheepEntity;isSheared()Z
    • setSheared

      public void setSheared(boolean sheared)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_2045 Lnet/minecraft/class_613;method_2045(Z)V
      glue method_245 Lclass_82;method_245(Z)V
      server a Lce;a(Z)V
      client a Ldl;a(Z)V
      named setSheared Lnet/minecraft/entity/passive/SheepEntity;setSheared(Z)V
    • generateDefaultColor

      public static int generateDefaultColor(Random random)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_2044 Lnet/minecraft/class_613;method_2044(Ljava/util/Random;)I
      glue method_244 Lclass_82;method_244(Ljava/util/Random;)I
      server a Lce;a(Ljava/util/Random;)I
      client a Ldl;a(Ljava/util/Random;)I
      named generateDefaultColor Lnet/minecraft/entity/passive/SheepEntity;generateDefaultColor(Ljava/util/Random;)I