Interface InSquarePlacement
- All Superinterfaces:
PlacementModifier, Wrapper
Adds a random value between 0 and 15 (inclusive) to both the X and Z coordinates. This is a
shortcut for a random offset modifier with a zero Y spread and a uniform XZ spread from 0 to 15.
- Since:
- 3.0.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final InSquarePlacementThe singleton instance ofInSquarePlacement. -
Method Summary
Methods inherited from interface Wrapper
asHandle, toMinecraft, unwrap
-
Field Details
-
INSTANCE
The singleton instance ofInSquarePlacement.
-