Interface ReferencedNoiseParameters
- All Superinterfaces:
Keyed, NoiseParameters, Wrapper
A reference to an existing noise parameters.
- Since:
- 3.0.0
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic ReferencedNoiseParametersof(ResourceKey key) Create a new reference to a noise parameters.Methods inherited from interface NoiseParameters
resourceKey, wrapMethods inherited from interface Wrapper
asHandle, toMinecraft, unwrap
-
Method Details
-
of
Create a new reference to a noise parameters.- Parameters:
key- the key of the noise parameters- Returns:
- the new reference
- Since:
- 3.0.0
-