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 ClassesNested classes/interfaces inherited from interface Wrapper
Wrapper.Context<C> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Infiniburnstatic final Infiniburnstatic final Infiniburnstatic final WireProvider<Infiniburn.Factory> -
Method Summary
Modifier and TypeMethodDescriptionstatic Infiniburnof(ResourceKey tag) Creates a reference to a registered infiniburn.static InfiniburnCreates a reference to a registered infiniburn.tag()The tag of blocks that can burn infinitely in this dimension.Methods inherited from interface Wrapper
asHandle, toMinecraft
-
Field Details
-
WIRE
-
OVERWORLD
-
NETHER
-
END
-
-
Method Details
-
tag
The tag of blocks that can burn infinitely in this dimension. This should point at a tag in thetags/blocksregistry.- Returns:
- the tag of blocks that can burn in this dimension
- Since:
- 2.4.0
-
of
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
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
-