Interface Infiniburn
- All Superinterfaces:
Wrapper
Wraps an
Infiniburn by referencing a tag (blocks that can burn infinitely in this dimension).- Since:
- 2.4.0
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Infiniburnstatic final Infiniburnstatic final Infiniburn -
Method Summary
Modifier and TypeMethodDescriptionblocks()The tag or set of blocks that can burn infinitely in this dimension.static Infiniburn.Builderbuilder()Creates a new builder for this infiniburn.static Infiniburnof(ResourceKey key) Blocks that can burn infinitely in this dimension.static InfiniburnCreates a reference to a registered infiniburn.static InfiniburnBlocks that can burn infinitely in this dimension.static InfiniburnCreates a reference to a registered infiniburn.default Infiniburn.BuilderCreates a new builder for this infiniburn.Methods inherited from interface Wrapper
asHandle, toMinecraft, unwrap
-
Field Details
-
OVERWORLD
-
NETHER
-
END
-
-
Method Details
-
blocks
-
toBuilder
Creates a new builder for this infiniburn.- Returns:
- a new builder for this infiniburn
- Since:
- 3.0.0
-
of
Creates a reference to a registered infiniburn.- Parameters:
blocks- the blocks that can burn infinitely in this dimensiontag- the key of an entry in the infiniburn registry- Returns:
- a reference to that infiniburn
- Since:
- 2.4.0
-
of
Blocks that can burn infinitely in this dimension.- Parameters:
blocks- the blocks that can burn infinitely in this dimension- Returns:
- a reference to that infiniburn
- Since:
- 3.0.0
-
of
Blocks that can burn infinitely in this dimension.- Parameters:
key- the key of an entry in the infiniburn registry- Returns:
- a reference to that infiniburn
- Since:
- 2.4.0
-
of
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
-
builder
Creates a new builder for this infiniburn.- Returns:
- a new builder for this infiniburn
- Since:
- 2.4.0
-