Uses of Enum Class
com.plotsquared.core.queue.LightingMode
Packages that use LightingMode
-
Uses of LightingMode in com.plotsquared.core.queue
Methods in com.plotsquared.core.queue that return LightingModeModifier and TypeMethodDescriptionfinal @NonNull LightingMode
BasicQueueCoordinator.getLightingMode()
DelegateQueueCoordinator.getLightingMode()
abstract @NonNull LightingMode
QueueCoordinator.getLightingMode()
Get theLightingMode
to be used when setting blocksstatic LightingMode
LightingMode.valueOf
(int mode) Returns the enum constant of this class with the specified name.static LightingMode
Returns the enum constant of this class with the specified name.static LightingMode[]
LightingMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.plotsquared.core.queue with parameters of type LightingModeModifier and TypeMethodDescriptionfinal void
BasicQueueCoordinator.setLightingMode
(@Nullable LightingMode mode) void
DelegateQueueCoordinator.setLightingMode
(@Nullable LightingMode mode) abstract void
QueueCoordinator.setLightingMode
(@Nullable LightingMode mode) Set theLightingMode
to be used when setting blocks