Class SpawnEntry1_12_2
java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.api.spawn.SpawnEntryAPI<net.minecraft.entity.EntityLiving>
mods.thecomputerizer.theimpossiblelibrary.legacy.v12.m2.spawn.SpawnEntry1_12_2
- All Implemented Interfaces:
mods.thecomputerizer.theimpossiblelibrary.api.util.RandomHelper.WeightedEntry
public class SpawnEntry1_12_2
extends mods.thecomputerizer.theimpossiblelibrary.api.spawn.SpawnEntryAPI<net.minecraft.entity.EntityLiving>
-
Field Summary
Fields inherited from class mods.thecomputerizer.theimpossiblelibrary.api.spawn.SpawnEntryAPI
entityClass, maxGroupCount, minGroupCount, weight -
Constructor Summary
ConstructorsConstructorDescriptionSpawnEntry1_12_2(Class<? extends net.minecraft.entity.EntityLiving> clazz, int weight, int maxGroup, int minGroup) -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.entity.EntityLivingnewInstance(mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<?> worldAPI) Methods inherited from class mods.thecomputerizer.theimpossiblelibrary.api.spawn.SpawnEntryAPI
getEntityClass, getMaxGroupCount, getMinGroupCount, getWeight, setEntityClass, setMaxGroupCount, setMinGroupCount, setWeight, toString
-
Constructor Details
-
SpawnEntry1_12_2
public SpawnEntry1_12_2(Class<? extends net.minecraft.entity.EntityLiving> clazz, int weight, int maxGroup, int minGroup)
-
-
Method Details
-
newInstance
-