HyCodeYourTale
classpublicPriority 3

PrefabPopulator

com.hypixel.hytale.server.worldgen.chunk.populator.PrefabPopulator

2

Methods

2

Public Methods

7

Fields

1

Constructors

Constants

intBIOME_SAMPLE_STEP_SIZE= 8
UniquePrefabContainer.UniquePrefabEntry[]EMPTY_UNIQUE_PREFABS= new UniquePrefabContainer.UniquePrefabEntry[0]

Constructors

public
PrefabPopulator()

Methods

Public Methods (2)

publicstatic
void populate(int seed, ChunkGeneratorExecution execution)
public
void run(int seed, ChunkGeneratorExecution execution)

Fields

Private/Package Fields (7)

privateBiome biome
privatePrefabContainer.PrefabContainerEntry entry
privateChunkGeneratorExecution execution
privateint minPriority
privatelong prefabSeed
privateUniquePrefabContainer.UniquePrefabEntry[] uniquePrefabs
privateint worldSeed

Related Classes