Interface SpawnConditions
-
- All Implemented Interfaces:
public interface SpawnConditions
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
SpawnConditions.Companion
-
Method Summary
Modifier and Type Method Description abstract SpawnPlacements.SpawnPredicate<Mob>
predicate()
abstract SpawnPlacementType
getPlacementType()
abstract Heightmap.Types
getHeightmap()
-
-
Method Detail
-
predicate
abstract SpawnPlacements.SpawnPredicate<Mob> predicate()
-
getPlacementType
abstract SpawnPlacementType getPlacementType()
-
getHeightmap
abstract Heightmap.Types getHeightmap()
-
-
-
-