Class SignOverwriteBrush
java.lang.Object
com.thevoxelbox.voxelsniper.brush.type.AbstractBrush
com.thevoxelbox.voxelsniper.brush.type.SignOverwriteBrush
- All Implemented Interfaces:
Brush,VoxelCommandElement
-
Nested Class Summary
Nested Classes -
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.voidLoad brush properties.voidvoidonBrushClear(@NotNull Snipe snipe) voidonBrushClearall(@NotNull Snipe snipe) voidonBrushInfo(@NotNull Snipe snipe) voidonBrushLineSet(@NotNull Snipe snipe, int line, @NotNull String text) voidonBrushLineToggle(@NotNull Snipe snipe, int line) voidonBrushList(@NotNull Snipe snipe) voidonBrushMultiple(@NotNull Snipe snipe, boolean rangedMode) voidonBrushOpen(@NotNull Snipe snipe, @NotNull File sign) voidonBrushSave(@NotNull Snipe snipe, @NotNull File sign) voidonBrushSide(@NotNull Snipe snipe, @NotNull SignOverwriteBrush.Side side) voidSend 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
-
SignOverwriteBrush
public SignOverwriteBrush()
-
-
Method Details
-
loadProperties
public void loadProperties()Description copied from interface:BrushLoad brush properties.- Specified by:
loadPropertiesin interfaceBrush- Overrides:
loadPropertiesin classAbstractBrush
-
onBrush
-
onBrushInfo
-
onBrushList
-
onBrushClear
-
onBrushClearall
-
onBrushSide
public void onBrushSide(@NotNull @NotNull Snipe snipe, @NotNull @NotNull SignOverwriteBrush.Side side) -
onBrushLineSet
-
onBrushLineToggle
-
onBrushMultiple
-
onBrushSave
-
onBrushOpen
-
handleArrowAction
Description copied from interface:BrushThe arrow action. Executed when a player right clicks with an arrow- Parameters:
snipe- Snipe
-
handleGunpowderAction
Description copied from interface:BrushThe gunpowder action. Executed when a player right clicks with gunpowder- Parameters:
snipe- Snipe
-
sendInfo
Description copied from interface:BrushSend brush information.- Parameters:
snipe- Snipe
-