Interface ReferencedCarver
- All Superinterfaces:
ConfiguredWorldCarver, Keyed, Wrapper
A reference to an existing registered carver.
- Since:
- 3.0.0
- See Also:
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic ReferencedCarverof(ResourceKey key) Creates a new reference to the given carver.Methods inherited from interface ConfiguredWorldCarver
wrapMethods inherited from interface Wrapper
asHandle, toMinecraft, unwrap
-
Method Details
-
of
Creates a new reference to the given carver.- Parameters:
key- the key of the carver- Returns:
- a new reference to the given carver
- Since:
- 3.0.0
-