Interface FixedPlacement
- All Superinterfaces:
PlacementModifier, Wrapper
Returns all specified positions if they are in the current chunk.
- Since:
- 3.0.0
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic FixedPlacement.Builderbuilder()Creates a new builder.static FixedPlacementof(List<BlockVector> positions) Creates a new fixed placement.static FixedPlacementof(BlockVector... positions) Creates a new fixed placement.A list of all placement positions.default FixedPlacement.BuilderConverts this object back to a builder.Methods inherited from interface Wrapper
asHandle, toMinecraft, unwrap
-
Method Details
-
positions
A list of all placement positions. This can be empty.- Returns:
- the list of positions
- Since:
- 3.0.0
-
toBuilder
Converts this object back to a builder.- Returns:
- a builder with the same values as this object
- Since:
- 3.0.0
-
of
Creates a new fixed placement.- Parameters:
positions- the list of positions- Returns:
- a new fixed placement
- Since:
- 3.0.0
-
of
Creates a new fixed placement.- Parameters:
positions- the positions- Returns:
- a new fixed placement
- Since:
- 3.0.0
-
builder
-