Uses of Enum Class
com.plotsquared.core.queue.LightingMode
-
Uses of LightingMode in com.plotsquared.core.queue
Modifier 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.Modifier 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