Interface Biome.Builder
- All Superinterfaces:
AbstractBuilder<Biome>,Builder<Biome,,Biome.Builder> CopyableBuilder<Biome,,Biome.Builder> ResettableBuilder<Biome,Biome.Builder>
- Enclosing interface:
Biome
public static interface Biome.Builder
extends Builder<Biome,Biome.Builder>, CopyableBuilder<Biome,Biome.Builder>
A builder to create
Biomes.-
Method Summary
Methods inherited from interface net.kyori.adventure.builder.AbstractBuilder
buildMethods inherited from interface org.spongepowered.api.util.CopyableBuilder
from
-
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
-