Class ExpandSheep
java.lang.Object
com.blamejared.crafttweaker.natives.entity.type.animal.ExpandSheep
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.world.item.DyeColorgetColor(net.minecraft.world.entity.animal.Sheep internal) static floatgetHeadEatAngleScale(net.minecraft.world.entity.animal.Sheep internal, float partialTick) static floatgetHeadEatPositionScale(net.minecraft.world.entity.animal.Sheep internal, float partialTick) static booleanisSheared(net.minecraft.world.entity.animal.Sheep internal) static voidsetColor(net.minecraft.world.entity.animal.Sheep internal, net.minecraft.world.item.DyeColor color) static voidsetSheared(net.minecraft.world.entity.animal.Sheep internal, boolean sheared)
-
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)
-