Class BasicSpawnConditions
-
- All Implemented Interfaces:
-
dev.wendigodrip.thebrokenscript.api.entity.SpawnConditions
public final class BasicSpawnConditions implements SpawnConditions
-
-
Field Summary
Fields Modifier and Type Field Description private final SpawnPlacementType
placementType
private final Heightmap.Types
heightmap
-
Constructor Summary
Constructors Constructor Description BasicSpawnConditions()
-
Method Summary
Modifier and Type Method Description SpawnPlacementType
getPlacementType()
Heightmap.Types
getHeightmap()
SpawnPlacements.SpawnPredicate<Mob>
predicate()
-
-
Method Detail
-
getPlacementType
SpawnPlacementType getPlacementType()
-
getHeightmap
Heightmap.Types getHeightmap()
-
predicate
SpawnPlacements.SpawnPredicate<Mob> predicate()
-
-
-
-