Interface CountPlacement
- All Superinterfaces:
PlacementModifier, Wrapper
Returns multiple copies of the current block position. A single count is limited to 4096, but
multiple count modifiers can be stacked to multiply that limit.
- Since:
- 3.0.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptioncount()The number of placements to attempt, between 0 and 4096 (inclusive).static CountPlacementof(IntProvider count) Creates a new count placement.Methods inherited from interface Wrapper
asHandle, toMinecraft, unwrap
-
Method Details
-
count
The number of placements to attempt, between 0 and 4096 (inclusive).- Returns:
- the count provider
- Since:
- 3.0.0
-
of
Creates a new count placement.- Parameters:
count- the number of placements to attempt, between 0 and 4096 (inclusive)- Returns:
- a new count placement
- Since:
- 3.0.0
-