Class ExpandMobCategory
java.lang.Object
com.blamejared.crafttweaker.natives.entity.ExpandMobCategory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intgetDespawnDistance(net.minecraft.world.entity.MobCategory internal) static intgetMaxInstancesPerChunk(net.minecraft.world.entity.MobCategory internal) static StringgetName(net.minecraft.world.entity.MobCategory internal) static intgetNoDespawnDistance(net.minecraft.world.entity.MobCategory internal) static booleanisFriendly(net.minecraft.world.entity.MobCategory internal) static booleanisPersistent(net.minecraft.world.entity.MobCategory internal)
-
Constructor Details
-
ExpandMobCategory
public ExpandMobCategory()
-
-
Method Details
-
getName
-
getMaxInstancesPerChunk
public static int getMaxInstancesPerChunk(net.minecraft.world.entity.MobCategory internal) -
isFriendly
public static boolean isFriendly(net.minecraft.world.entity.MobCategory internal) -
isPersistent
public static boolean isPersistent(net.minecraft.world.entity.MobCategory internal) -
getDespawnDistance
public static int getDespawnDistance(net.minecraft.world.entity.MobCategory internal) -
getNoDespawnDistance
public static int getNoDespawnDistance(net.minecraft.world.entity.MobCategory internal)
-