Interface Infiniburn

All Superinterfaces:
Wrapper

@NullMarked public interface Infiniburn extends Wrapper
Wraps an Infiniburn by referencing a tag (blocks that can burn infinitely in this dimension).
Since:
2.4.0
  • Field Details

  • Method Details

    • tag

      @AsOf("2.4.0") ResourceKey tag()
      The tag of blocks that can burn infinitely in this dimension. This should point at a tag in the tags/blocks registry.
      Returns:
      the tag of blocks that can burn in this dimension
      Since:
      2.4.0
    • of

      @AsOf("2.4.0") static Infiniburn of(ResourceKey tag)
      Creates a reference to a registered infiniburn.
      Parameters:
      tag - the key of an entry in the infiniburn registry
      Returns:
      a reference to that infiniburn
      Since:
      2.4.0
    • of

      @AsOf("2.4.0") static Infiniburn of(Tag<Material> tag)
      Creates a reference to a registered infiniburn.
      Parameters:
      tag - the tag of an entry in the infiniburn registry
      Returns:
      a reference to that infiniburn
      Since:
      2.4.0