RegistryAttribute

public enum RegistryAttribute

Entries

PERSISTED
Link copied to clipboard
PERSISTED
Registry will be saved to disk when modded.
SYNCED
Link copied to clipboard
SYNCED
Registry will be synced to the client when modded.
MODDED
Link copied to clipboard
MODDED
Registry has been modded.

Functions

describeConstable
Link copied to clipboard
abstract Optional<? extends ConstantDescdescribeConstable()
valueOf
Link copied to clipboard
static RegistryAttribute valueOf(String name)
values
Link copied to clipboard
static Array<RegistryAttributevalues()

Sources

jvm source
Link copied to clipboard