Uses of Enum Class
net.minecraft.world.level.block.entity.vault.VaultState.LightLevel
Packages that use VaultState.LightLevel
-
Uses of VaultState.LightLevel in net.minecraft.world.level.block.entity.vault
Subclasses with type arguments of type VaultState.LightLevel in net.minecraft.world.level.block.entity.vaultFields in net.minecraft.world.level.block.entity.vault declared as VaultState.LightLevelMethods in net.minecraft.world.level.block.entity.vault that return VaultState.LightLevelModifier and TypeMethodDescriptionstatic VaultState.LightLevelReturns the enum constant of this class with the specified name.static VaultState.LightLevel[]VaultState.LightLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.world.level.block.entity.vault with parameters of type VaultState.LightLevelModifierConstructorDescriptionprivateVaultState(String stateName, VaultState.LightLevel lightLevel)