Class SmoothOperation
java.lang.Object
com.hypixel.hytale.builtin.buildertools.tooloperations.ToolOperation
com.hypixel.hytale.builtin.buildertools.tooloperations.SmoothOperation
- All Implemented Interfaces:
TriIntObjPredicate<Void>
-
Field Summary
FieldsFields inherited from class com.hypixel.hytale.builtin.buildertools.tooloperations.ToolOperation
args, builderState, capped, DEFAULT_BRUSH_SPACING, edit, interactionType, MAX_DISTANCE, OPERATIONS, originOffsetX, originOffsetY, originOffsetZ, pattern, player, playerRef, PROTOTYPE_TOOL_SETTINGS, random, RANDOM_MAX, shape, shapeHeight, shapeRange, shapeThickness, x, y, z -
Constructor Summary
ConstructorsConstructorDescriptionSmoothOperation(Ref<EntityStore> ref, BuilderToolOnUseInteraction packet, ComponentAccessor<EntityStore> componentAccessor) -
Method Summary
Methods inherited from class com.hypixel.hytale.builtin.buildertools.tooloperations.ToolOperation
calculateInterpolatedPositions, combineMasks, execute, executeAsBrushConfig, executeAt, executeShapeOperation, fromPacket, getBrushDensity, getBrushHeight, getBrushSpacing, getBrushWidth, getEditOperation, getOrCreatePrototypeSettings, getPosition, getTargetBlockAvoidingPaint, test
-
Field Details
-
smoothVolume
private final int smoothVolume
-
-
Constructor Details
-
SmoothOperation
public SmoothOperation(@Nonnull Ref<EntityStore> ref, @Nonnull BuilderToolOnUseInteraction packet, @Nonnull ComponentAccessor<EntityStore> componentAccessor)
-
-
Method Details
-
execute0
boolean execute0(int x, int y, int z) - Specified by:
execute0in classToolOperation
-