Class Infiniburn.Builder
java.lang.Object
dev.wyck.level.dimension.Infiniburn.Builder
- Enclosing interface:
Infiniburn
Builder for
Infiniburn.- Since:
- 3.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAdds a block to the list of blocks that can burn infinitely in this dimension.blocks(ResourceKey tag) Sets the tag of blocks that can burn infinitely in this dimension.Sets the tagKey of blocks that can burn infinitely in this dimension.Sets the tag of blocks that can burn infinitely in this dimension.Sets the blocks that can burn infinitely in this dimension.Adds a block to the list of blocks that can burn infinitely in this dimension.Sets the tag of blocks that can burn infinitely in this dimension.build()Builds the infiniburn.
-
Constructor Details
-
Builder
-
-
Method Details
-
blocks
Sets the blocks that can burn infinitely in this dimension.- Parameters:
blocks- the blocks that can burn infinitely in this dimension- Returns:
- this builder
- Since:
- 3.0.0
-
blocks
Sets the tagKey of blocks that can burn infinitely in this dimension.- Parameters:
tagKey- the tagKey key of blocks that can burn infinitely in this dimension- Returns:
- this builder
- Since:
- 3.1.0
-
blocks
Adds a block to the list of blocks that can burn infinitely in this dimension.- Parameters:
block- the block to add- Returns:
- this builder
- Since:
- 3.1.0
-
block
Adds a block to the list of blocks that can burn infinitely in this dimension.- Parameters:
block- the block to add- Returns:
- this builder
- Since:
- 3.0.0
-
blocks
Sets the tag of blocks that can burn infinitely in this dimension.- Parameters:
tag- the tag of blocks that can burn infinitely in this dimension- Returns:
- this builder
- Since:
- 3.0.0
-
blocks
Sets the tag of blocks that can burn infinitely in this dimension.- Parameters:
tag- the tag of blocks that can burn infinitely in this dimension- Returns:
- this builder
- Since:
- 3.0.0
-
blocks
Sets the tag of blocks that can burn infinitely in this dimension.- Parameters:
tagSet- the tag of blocks that can burn infinitely in this dimension- Returns:
- this builder
- Since:
- 3.1.0
-
build
Builds the infiniburn.- Returns:
- the infiniburn
- Since:
- 3.0.0
-