JavaScript is disabled on your browser.
Description
Nested Class Summary
Enum Constant Summary
Field Summary
Constructor Summary
Method Summary
Enum Constant Details
MONSTER
CREATURE
AMBIENT
AXOLOTLS
UNDERGROUND_WATER_CREATURE
WATER_CREATURE
WATER_AMBIENT
MISC
Field Details
CODEC
max
isFriendly
isPersistent
name
debugAbbreviation
noDespawnDistance
despawnDistance
Constructor Details
MobCategory(String, String, int, boolean, boolean, int)
Method Details
values()
valueOf(String)
getName()
getDebugAbbreviation()
getSerializedName()
getMaxInstancesPerChunk()
isFriendly()
isPersistent()
getDespawnDistance()
getNoDespawnDistance()
getExtensionInfo()
Enum Constant Summary
Enum Constants
Field Summary
Fields
static final com.mojang.serialization.Codec<MobCategory >
private final int
private final boolean
private final boolean
private final int
private final int
Constructor Summary
Constructors
private
MobCategory (String name,
String debugAbbreviation,
int max,
boolean isFriendly,
boolean isPersistent,
int despawnDistance)
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
int
int
int
boolean
boolean
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
UNDERGROUND_WATER_CREATURE