Interface ReferencedCarver

All Superinterfaces:
ConfiguredWorldCarver, Keyed, Wrapper

@NullMarked @AsOf("3.0.0") public interface ReferencedCarver extends ConfiguredWorldCarver
A reference to an existing registered carver.
Since:
3.0.0
See Also:
  • Method Details

    • of

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