Class CanyonSelectionBrush
java.lang.Object
com.thevoxelbox.voxelsniper.brush.type.AbstractBrush
com.thevoxelbox.voxelsniper.brush.type.canyon.CanyonBrush
com.thevoxelbox.voxelsniper.brush.type.canyon.CanyonSelectionBrush
- 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleArrowAction(Snipe snipe) The arrow action.voidhandleGunpowderAction(Snipe snipe) The gunpowder action.voidvoidonBrushInfo(@NotNull Snipe snipe) voidvoidSend brush information.Methods inherited from class com.thevoxelbox.voxelsniper.brush.type.canyon.CanyonBrush
canyon, getYLevel, loadPropertiesMethods 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
-
CanyonSelectionBrush
public CanyonSelectionBrush()
-
-
Method Details
-
onBrush
- Overrides:
onBrushin classCanyonBrush
-
onBrushInfo
- Overrides:
onBrushInfoin classCanyonBrush
-
onBrushY
- Overrides:
onBrushYin classCanyonBrush
-
handleArrowAction
Description copied from interface:BrushThe arrow action. Executed when a player right clicks with an arrow- Specified by:
handleArrowActionin interfaceBrush- Overrides:
handleArrowActionin classCanyonBrush- Parameters:
snipe- Snipe
-
handleGunpowderAction
Description copied from interface:BrushThe gunpowder action. Executed when a player right clicks with gunpowder- Specified by:
handleGunpowderActionin interfaceBrush- Overrides:
handleGunpowderActionin classCanyonBrush- Parameters:
snipe- Snipe
-
sendInfo
Description copied from interface:BrushSend brush information.- Specified by:
sendInfoin interfaceBrush- Overrides:
sendInfoin classCanyonBrush- Parameters:
snipe- Snipe
-