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
buildMethods inherited from interface org.spongepowered.api.util.CopyableBuilder
fromMethods inherited from interface org.spongepowered.api.util.DataPackEntryBuilder
fromDataPack, fromValue, packMethods inherited from interface org.spongepowered.api.util.ResourceKeyedBuilder
key
-
Method Details
-
add
Adds the givenKeywith 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
-