Class LayerContainer.DynamicLayer
java.lang.Object
com.hypixel.hytale.server.worldgen.container.LayerContainer.Layer<LayerContainer.DynamicLayerEntry>
com.hypixel.hytale.server.worldgen.container.LayerContainer.DynamicLayer
- Enclosing class:
LayerContainer
public static class LayerContainer.DynamicLayer
extends LayerContainer.Layer<LayerContainer.DynamicLayerEntry>
-
Field Summary
FieldsFields inherited from class com.hypixel.hytale.server.worldgen.container.LayerContainer.Layer
entries, environmentId, mapCondition -
Constructor Summary
ConstructorsConstructorDescriptionDynamicLayer(LayerContainer.DynamicLayerEntry[] entries, ICoordinateCondition mapCondition, int environmentId, IDoubleCoordinateSupplier offset) -
Method Summary
Methods inherited from class com.hypixel.hytale.server.worldgen.container.LayerContainer.Layer
getActiveEntry, getEnvironmentId
-
Field Details
-
offset
-
-
Constructor Details
-
DynamicLayer
public DynamicLayer(LayerContainer.DynamicLayerEntry[] entries, ICoordinateCondition mapCondition, int environmentId, IDoubleCoordinateSupplier offset)
-
-
Method Details
-
getOffset
public int getOffset(int seed, int x, int z) -
toString
- Overrides:
toStringin classLayerContainer.Layer<LayerContainer.DynamicLayerEntry>
-