Interface ReferencedConfiguredFeature
- All Superinterfaces:
ConfiguredFeature, Keyed, Wrapper
A reference to an existing configured feature.
- Since:
- 3.0.0
- See Also:
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic ReferencedConfiguredFeatureof(ResourceKey key) Creates a new reference to the configured feature with the given key.Methods inherited from interface ConfiguredFeature
resourceKey, wrapMethods inherited from interface Wrapper
asHandle, toMinecraft, unwrap
-
Method Details
-
of
Creates a new reference to the configured feature with the given key.- Parameters:
key- the key of the configured feature- Returns:
- the reference to the configured feature
- Since:
- 3.0.0
-