Interface ReferencedNoise
A reference to a noise function.
- Since:
- 3.0.0
-
Field Summary
Fields inherited from interface Noise
AMPLIFIED, CAVES, END, FLOATING_ISLANDS, LARGE_BIOMES, NETHER, OVERWORLD -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic ReferencedNoiseof(ResourceKey resourceKey) The resource key of the noise function.Methods inherited from interface Noise
resourceKey, wrapMethods inherited from interface Wrapper
asHandle, toMinecraft, unwrap
-
Method Details
-
of
The resource key of the noise function.- Parameters:
resourceKey- the resource key of the noise function- Returns:
- the noise function
- Since:
- 3.0.0
-