Interface Feature.Builder
- All Superinterfaces:
AbstractBuilder<Feature>
,Builder<Feature,
,Feature.Builder> CopyableBuilder<Feature,
,Feature.Builder> ResettableBuilder<Feature,
Feature.Builder>
- Enclosing interface:
Feature
public static interface Feature.Builder
extends Builder<Feature,Feature.Builder>, CopyableBuilder<Feature,Feature.Builder>
A builder to create
Feature
s.-
Method Summary
Methods inherited from interface net.kyori.adventure.builder.AbstractBuilder
build
Methods inherited from interface org.spongepowered.api.util.CopyableBuilder
from
-
Method Details
-
type
Sets the givenFeatureType
.- Parameters:
type
- The feature type- Returns:
- The builder, for chaining
-