public class PrototypePlayerBuilderToolSettings
Class PrototypePlayerBuilderToolSettings. Provides prototypeplayerbuildertoolsettings functionality for the Hytale server.
java.lang.Object > PrototypePlayerBuilderToolSettings
Field Summary
maxLengthOfIgnoredPaintOperations
Field maxLengthOfIgnoredPaintOperations.
shouldShowEditorSettings
Field shouldShowEditorSettings.
isLoadingBrush
Field isLoadingBrush.
usePrototypeBrushConfigurations
Field usePrototypeBrushConfigurations.
currentlyLoadedBrushConfigName
Field currentlyLoadedBrushConfigName.
brushConfig
Field brushConfig.
brushConfigCommandExecutor
Field brushConfigCommandExecutor.
isInSelectionTransformationMode
Field isInSelectionTransformationMode.
blockChangesForPlaySelectionToolPasteMode
Field blockChangesForPlaySelectionToolPasteMode.
fluidChangesForPlaySelectionToolPasteMode
Field fluidChangesForPlaySelectionToolPasteMode.
lastBrushPosition
Field lastBrushPosition.
blockChangeOffsetOrigin
Field blockChangeOffsetOrigin.
longs
Field longs.
packedBlockLocation
Field packedBlockLocation.
uuidComponent
Field uuidComponent.
prototypeSettings
Field prototypeSettings.
Method Detail
PrototypePlayerBuilderToolSettings
public
PrototypePlayerBuilderToolSettings
(final UUID player)
Method PrototypePlayerBuilderToolSettings.
- Parameters:
final UUIDplayer
getPlayer
UUID
getPlayer
()
Method getPlayer.
isInSelectionTransformationMode
boolean
isInSelectionTransformationMode
()
Method isInSelectionTransformationMode.
setInSelectionTransformationMode
void
setInSelectionTransformationMode
(final boolean inSelectionTransformationMode)
Method setInSelectionTransformationMode.
- Parameters:
final booleaninSelectionTransformationMode
setBlockChangesForPlaySelectionToolPasteMode
void
setBlockChangesForPlaySelectionToolPasteMode
(@Nullable final BlockChange[] blockChangesForPlaySelectionToolPasteMode)
Method setBlockChangesForPlaySelectionToolPasteMode.
- Parameters:
@Nullable final BlockChange[]blockChangesForPlaySelectionToolPasteMode
getCurrentlyLoadedBrushConfigName
String
getCurrentlyLoadedBrushConfigName
()
Method getCurrentlyLoadedBrushConfigName.
setCurrentlyLoadedBrushConfigName
void
setCurrentlyLoadedBrushConfigName
(final String currentlyLoadedBrushConfigName)
Method setCurrentlyLoadedBrushConfigName.
- Parameters:
final StringcurrentlyLoadedBrushConfigName
isLoadingBrush
boolean
isLoadingBrush
()
Method isLoadingBrush.
setLoadingBrush
void
setLoadingBrush
(final boolean loadingBrush)
Method setLoadingBrush.
- Parameters:
final booleanloadingBrush
getBlockChangesForPlaySelectionToolPasteMode
BlockChange[]
getBlockChangesForPlaySelectionToolPasteMode
()
Method getBlockChangesForPlaySelectionToolPasteMode.
setFluidChangesForPlaySelectionToolPasteMode
void
setFluidChangesForPlaySelectionToolPasteMode
(@Nullable final FluidChange[] fluidChanges)
Method setFluidChangesForPlaySelectionToolPasteMode.
- Parameters:
@Nullable final FluidChange[]fluidChanges
getFluidChangesForPlaySelectionToolPasteMode
FluidChange[]
getFluidChangesForPlaySelectionToolPasteMode
()
Method getFluidChangesForPlaySelectionToolPasteMode.
setBlockChangeOffsetOrigin
Method setBlockChangeOffsetOrigin.
- Parameters:
@Nullable final Vector3iblockChangeOffsetOrigin
getBlockChangeOffsetOrigin
Method getBlockChangeOffsetOrigin.
addIgnoredPaintOperation
LongOpenHashSet
addIgnoredPaintOperation
()
Method addIgnoredPaintOperation.
clearHistoryUntilFitMaxLength
void
clearHistoryUntilFitMaxLength
()
Method clearHistoryUntilFitMaxLength.
containsLocation
boolean
containsLocation
(final int x, final int y, final int z)
Method containsLocation.
- Parameters:
final intxfinal intyfinal intz
getIgnoredPaintOperations
LinkedList
getIgnoredPaintOperations
()
Method getIgnoredPaintOperations.
getMaxLengthOfIgnoredPaintOperations
int
getMaxLengthOfIgnoredPaintOperations
()
Method getMaxLengthOfIgnoredPaintOperations.
setMaxLengthOfIgnoredPaintOperations
void
setMaxLengthOfIgnoredPaintOperations
(final int maxLengthOfIgnoredPaintOperations)
Method setMaxLengthOfIgnoredPaintOperations.
- Parameters:
final intmaxLengthOfIgnoredPaintOperations
usePrototypeBrushConfigurations
boolean
usePrototypeBrushConfigurations
()
Method usePrototypeBrushConfigurations.
setUsePrototypeBrushConfigurations
void
setUsePrototypeBrushConfigurations
(final boolean usePrototypeBrushConfigurations)
Method setUsePrototypeBrushConfigurations.
- Parameters:
final booleanusePrototypeBrushConfigurations
getBrushConfigCommandExecutor
Method getBrushConfigCommandExecutor.
isShouldShowEditorSettings
boolean
isShouldShowEditorSettings
()
Method isShouldShowEditorSettings.
setShouldShowEditorSettings
void
setShouldShowEditorSettings
(final boolean shouldShowEditorSettings)
Method setShouldShowEditorSettings.
- Parameters:
final booleanshouldShowEditorSettings
setLastBrushPosition
Method setLastBrushPosition.
- Parameters:
@Nullable final Vector3ilastBrushPosition
clearLastBrushPosition
void
clearLastBrushPosition
()
Method clearLastBrushPosition.
isOkayToDoCommandsOnSelection
boolean
isOkayToDoCommandsOnSelection
(final Ref ref, @Nonnull final Player player, final ComponentAccessor componentAccessor)
Method isOkayToDoCommandsOnSelection.
- Parameters:
final Refref@Nonnull final Playerplayerfinal ComponentAccessorcomponentAccessor
FluidChange
record
FluidChange
(int x, int y, int z, int fluidId, byte fluidLevel)
Method FluidChange.
- Parameters:
intxintyintzintfluidIdbytefluidLevel