Interface PlacedFeature.Builder
- All Superinterfaces:
AbstractBuilder<PlacedFeature>
,Builder<PlacedFeature,
,PlacedFeature.Builder> CopyableBuilder<PlacedFeature,
,PlacedFeature.Builder> ResettableBuilder<PlacedFeature,
PlacedFeature.Builder>
- Enclosing interface:
PlacedFeature
public static interface PlacedFeature.Builder
extends Builder<PlacedFeature,PlacedFeature.Builder>, CopyableBuilder<PlacedFeature,PlacedFeature.Builder>
A builder to create
PlacedFeature
s.-
Method Summary
Modifier and TypeMethodDescriptionaddModifier
(PlacementModifier modifier) Adds aplacement modifier
.Sets theFeature
.Methods inherited from interface net.kyori.adventure.builder.AbstractBuilder
build
Methods inherited from interface org.spongepowered.api.util.CopyableBuilder
from
-
Method Details
-
feature
Sets theFeature
.- Parameters:
feature
- The feature- Returns:
- The builder, for chaining
-
addModifier
Adds aplacement modifier
.- Parameters:
modifier
- The placement modifier- Returns:
- The builder, for chaining
-