Interface ReferencedConfiguredFeature

All Superinterfaces:
ConfiguredFeature, Keyed, Wrapper

@NullMarked @AsOf("3.0.0") public interface ReferencedConfiguredFeature extends ConfiguredFeature
A reference to an existing configured feature.
Since:
3.0.0
See Also:
  • Method Details

    • of

      @AsOf("3.0.0") static ReferencedConfiguredFeature of(ResourceKey key)
      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