Package net.minecraft.entity
Class EntitySpawnPlacementRegistry.Entry
java.lang.Object
net.minecraft.entity.EntitySpawnPlacementRegistry.Entry
- Enclosing class:
- EntitySpawnPlacementRegistry
-
Field Summary
Modifier and TypeFieldDescriptionprivate final Heightmap.Type
private final EntitySpawnPlacementRegistry.PlacementType
private final EntitySpawnPlacementRegistry.IPlacementPredicate<?>
-
Constructor Summary
ConstructorDescriptionEntry
(Heightmap.Type p_i51522_1_, EntitySpawnPlacementRegistry.PlacementType p_i51522_2_, EntitySpawnPlacementRegistry.IPlacementPredicate<?> p_i51522_3_) -
Method Summary
-
Field Details
-
heightMap
-
placement
-
predicate
-
-
Constructor Details
-
Entry
public Entry(Heightmap.Type p_i51522_1_, EntitySpawnPlacementRegistry.PlacementType p_i51522_2_, EntitySpawnPlacementRegistry.IPlacementPredicate<?> p_i51522_3_)
-