Interface KeyChains
Objects kept in memory by this implementation of Wyck.
- Since:
- 2.4.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final KeyChain<ConfiguredFeature> static final KeyChain<DensityFunction> static final KeyChain<ResourceKey> static final KeyChain<PlacedFeature> static final KeyChain<SoundEvent> -
Method Summary
Static MethodsModifier and TypeMethodDescriptionbiomes()static KeyChain<ConfiguredFeature> static KeyChain<DensityFunction> static KeyChain<ResourceKey> noise()static KeyChain<PlacedFeature>
-
Field Details
-
BIOMES
-
DIMENSIONS
-
CONFIGURED_FEATURES
-
PLACED_FEATURES
-
DENSITY_FUNCTIONS
-
NOISE
-
SOUND_EVENTS
-
-
Method Details
-
biomes
-
dimensions
- Returns:
DIMENSIONS- Since:
- 2.4.0
-
configuredFeatures
- Returns:
CONFIGURED_FEATURES- Since:
- 2.4.0
-
placedFeatures
- Returns:
PLACED_FEATURES- Since:
- 2.4.0
-
densityFunctions
- Returns:
DENSITY_FUNCTIONS- Since:
- 2.4.0
-
noise
- Returns:
NOISE- Since:
- 2.4.0
-