ResourcePackActivationType

public enum ResourcePackActivationType

Represents the resource pack activation type.

Entries

NORMAL
Link copied to clipboard
NORMAL
Normal activation.
DEFAULT_ENABLED
Link copied to clipboard
DEFAULT_ENABLED
Enabled by default.
ALWAYS_ENABLED
Link copied to clipboard
ALWAYS_ENABLED
Always enabled.

Functions

describeConstable
Link copied to clipboard
abstract Optional<? extends ConstantDescdescribeConstable()
isEnabledByDefault
Link copied to clipboard
boolean isEnabledByDefault()
Returns whether this resource pack will be enabled by default or not.
valueOf
Link copied to clipboard
static ResourcePackActivationType valueOf(String name)
values
Link copied to clipboard
static Array<ResourcePackActivationTypevalues()

Sources

jvm source
Link copied to clipboard