java.lang.Object
com.blamejared.crafttweaker.natives.entity.type.animal.ExpandSheep

@ZenRegister public class ExpandSheep extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.world.item.DyeColor
    getColor(net.minecraft.world.entity.animal.Sheep internal)
     
    static float
    getHeadEatAngleScale(net.minecraft.world.entity.animal.Sheep internal, float partialTick)
     
    static float
    getHeadEatPositionScale(net.minecraft.world.entity.animal.Sheep internal, float partialTick)
     
    static boolean
    isSheared(net.minecraft.world.entity.animal.Sheep internal)
     
    static void
    setColor(net.minecraft.world.entity.animal.Sheep internal, net.minecraft.world.item.DyeColor color)
     
    static void
    setSheared(net.minecraft.world.entity.animal.Sheep internal, boolean sheared)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ExpandSheep

      public ExpandSheep()
  • Method Details

    • getHeadEatPositionScale

      public static float getHeadEatPositionScale(net.minecraft.world.entity.animal.Sheep internal, float partialTick)
    • getHeadEatAngleScale

      public static float getHeadEatAngleScale(net.minecraft.world.entity.animal.Sheep internal, float partialTick)
    • getColor

      public static net.minecraft.world.item.DyeColor getColor(net.minecraft.world.entity.animal.Sheep internal)
    • setColor

      public static void setColor(net.minecraft.world.entity.animal.Sheep internal, net.minecraft.world.item.DyeColor color)
    • isSheared

      public static boolean isSheared(net.minecraft.world.entity.animal.Sheep internal)
    • setSheared

      public static void setSheared(net.minecraft.world.entity.animal.Sheep internal, boolean sheared)