Class CoreDataCacheEntry
java.lang.Object
com.hypixel.hytale.server.worldgen.cache.CoreDataCacheEntry
- All Implemented Interfaces:
Function<CoreDataCacheEntry,CoreDataCacheEntry>
public class CoreDataCacheEntry
extends Object
implements Function<CoreDataCacheEntry,CoreDataCacheEntry>
-
Field Summary
FieldsModifier and TypeFieldDescriptionintdoublestatic final intstatic final doublefinal ZoneBiomeResult -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NO_HEIGHT
public static final int NO_HEIGHT- See Also:
-
NO_HEIGHT_NOISE
public static final double NO_HEIGHT_NOISE- See Also:
-
zoneBiomeResult
-
biomeCountList
-
height
public volatile int height -
heightNoise
public volatile double heightNoise
-
-
Constructor Details
-
CoreDataCacheEntry
public CoreDataCacheEntry() -
CoreDataCacheEntry
-
-
Method Details
-
apply
- Specified by:
applyin interfaceFunction<CoreDataCacheEntry,CoreDataCacheEntry>
-