Class BlendBallBrush
java.lang.Object
com.thevoxelbox.voxelsniper.brush.type.AbstractBrush
com.thevoxelbox.voxelsniper.brush.type.blend.AbstractBlendBrush
com.thevoxelbox.voxelsniper.brush.type.blend.BlendBallBrush
- All Implemented Interfaces:
Brush
,VoxelCommandElement
-
Field Summary
Fields inherited from class com.thevoxelbox.voxelsniper.brush.type.AbstractBrush
CHUNK_SIZE, CONFIG, DECIMAL_FORMAT, PLUGIN, PLUGIN_DATA_FOLDER
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
onBrushInfo
(@NotNull Snipe snipe) void
onBrushWater
(@NotNull Snipe snipe) Methods inherited from class com.thevoxelbox.voxelsniper.brush.type.blend.AbstractBlendBrush
findCommonMaterial, handleArrowAction, handleGunpowderAction, onBrushWaterCommand, sendInfo, setAirExcluded, setBlocks
Methods inherited from class com.thevoxelbox.voxelsniper.brush.type.AbstractBrush
clampY, clampY, clampY, createEntity, generateTree, getBlock, getBlock, getBlockType, getBlockType, getBooleanProperty, getDirection, getDoubleProperty, getEditSession, getEnumProperty, getFullBlock, getFullBlock, getHighestTerrainBlock, getIntegerProperty, getLastBlock, getListProperty, getProperties, getProperty, getProperty, getRegistryProperty, getRelativeBlock, getRelativeBlock, getStringProperty, getTargetBlock, loadProperties, onBrushCommand, onBrushInfoCommand, perform, refreshChunk, regenerateChunk, setBiome, setBlock, setBlock, setBlock, setBlock, setBlockData, setBlockData, setLastBlock, setProperties, setTargetBlock, simulateSetBlock
-
Constructor Details
-
BlendBallBrush
public BlendBallBrush()
-
-
Method Details
-
onBrush
-
onBrushInfo
-
onBrushWater
-
blend
- Specified by:
blend
in classAbstractBlendBrush
-