Interface BiomeTemplate.Builder
- All Superinterfaces:
AbstractBuilder<BiomeTemplate>
,Builder<BiomeTemplate,
,BiomeTemplate.Builder> CopyableBuilder<BiomeTemplate,
,BiomeTemplate.Builder> DataPackEntryBuilder<Biome,
,BiomeTemplate, BiomeTemplate.Builder> ResettableBuilder<BiomeTemplate,
,BiomeTemplate.Builder> ResourceKeyedBuilder<BiomeTemplate,
BiomeTemplate.Builder>
- Enclosing interface:
BiomeTemplate
public static interface BiomeTemplate.Builder
extends DataPackEntryBuilder<Biome,BiomeTemplate,BiomeTemplate.Builder>
-
Method Summary
Methods inherited from interface net.kyori.adventure.builder.AbstractBuilder
build
Methods inherited from interface org.spongepowered.api.util.CopyableBuilder
from
Methods inherited from interface org.spongepowered.api.util.DataPackEntryBuilder
fromDataPack, fromValue, pack
Methods inherited from interface org.spongepowered.api.util.ResourceKeyedBuilder
key
-
Method Details
-
add
Adds the givenKey
with the given value.- Type Parameters:
V
- The type of the value- Parameters:
key
- The key to assign the value withvalue
- The value to assign with the key- Returns:
- This builder, for chaining
-