Class GenerateTreeBrush
java.lang.Object
com.thevoxelbox.voxelsniper.brush.type.AbstractBrush
com.thevoxelbox.voxelsniper.brush.type.GenerateTreeBrush
- 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
handleArrowAction
(Snipe snipe) The arrow action.void
handleGunpowderAction
(Snipe snipe) The gunpowder action.void
Load brush properties.void
void
void
onBrushDefault
(@NotNull Snipe snipe) void
onBrushInfo
(@NotNull Snipe snipe) void
void
onBrushMaxh
(@NotNull Snipe snipe, int heightMax) void
onBrushMaxl
(@NotNull Snipe snipe, int nodeMax) void
onBrushMaxr
(@NotNull Snipe snipe, int maxRoots) void
onBrushMinh
(@NotNull Snipe snipe, int heightMin) void
onBrushMinl
(@NotNull Snipe snipe, int nodeMin) void
onBrushMinr
(@NotNull Snipe snipe, int minRoots) void
void
void
void
void
void
void
Send brush information.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, onBrushCommand, onBrushInfoCommand, perform, refreshChunk, regenerateChunk, setBiome, setBlock, setBlock, setBlock, setBlock, setBlockData, setBlockData, setLastBlock, setProperties, setTargetBlock, simulateSetBlock
-
Constructor Details
-
GenerateTreeBrush
public GenerateTreeBrush()
-
-
Method Details
-
loadProperties
public void loadProperties()Description copied from interface:Brush
Load brush properties.- Specified by:
loadProperties
in interfaceBrush
- Overrides:
loadProperties
in classAbstractBrush
-
onBrush
-
onBrushInfo
-
onBrushDefault
-
onBrushLt
-
onBrushWt
-
onBrushTt
-
onBrushRf
-
onBrushSh
-
onBrushRl
-
onBrushTs
-
onBrushBl
-
onBrushMinr
-
onBrushMaxr
-
onBrushMinh
-
onBrushMaxh
-
onBrushMinl
-
onBrushMaxl
-
handleArrowAction
Description copied from interface:Brush
The arrow action. Executed when a player right clicks with an arrow- Parameters:
snipe
- Snipe
-
handleGunpowderAction
Description copied from interface:Brush
The gunpowder action. Executed when a player right clicks with gunpowder- Parameters:
snipe
- Snipe
-
sendInfo
Description copied from interface:Brush
Send brush information.- Parameters:
snipe
- Snipe
-