MobSpawnType
Importing the class
If you need to reference this type directly, like when casting an Array, or as a parameter, you will need to import it. Simply add the import at the top of the file.
import crafttweaker.api.entity.MobSpawnType;
Implements
Undocumented Interfaces
Comparable<Enum>
Enum Constants
MobSpawnType is an enum with 17 constants. They are accessible like so:
// MobSpawnType.BREEDING<constant:minecraft:mob_spawn_type:breeding>// MobSpawnType.BUCKET<constant:minecraft:mob_spawn_type:bucket>// MobSpawnType.CHUNK_GENERATION<constant:minecraft:mob_spawn_type:chunk_generation>// MobSpawnType.COMMAND<constant:minecraft:mob_spawn_type:command>// MobSpawnType.CONVERSION<constant:minecraft:mob_spawn_type:conversion>// MobSpawnType.DISPENSER<constant:minecraft:mob_spawn_type:dispenser>// MobSpawnType.EVENT<constant:minecraft:mob_spawn_type:event>// MobSpawnType.JOCKEY<constant:minecraft:mob_spawn_type:jockey>// MobSpawnType.MOB_SUMMONED<constant:minecraft:mob_spawn_type:mob_summoned>// MobSpawnType.NATURAL<constant:minecraft:mob_spawn_type:natural>// MobSpawnType.PATROL<constant:minecraft:mob_spawn_type:patrol>// MobSpawnType.REINFORCEMENT<constant:minecraft:mob_spawn_type:reinforcement>// MobSpawnType.SPAWN_EGG<constant:minecraft:mob_spawn_type:spawn_egg>// MobSpawnType.SPAWNER<constant:minecraft:mob_spawn_type:spawner>// MobSpawnType.STRUCTURE<constant:minecraft:mob_spawn_type:structure>// MobSpawnType.TRIAL_SPAWNER<constant:minecraft:mob_spawn_type:trial_spawner>// MobSpawnType.TRIGGERED<constant:minecraft:mob_spawn_type:triggered>