Uses of Enum Class
net.minecraft.block.enums.VaultState
Package
Description
-
Uses of VaultState in net.minecraft.block
-
Uses of VaultState in net.minecraft.block.entity
Modifier and TypeMethodDescriptionprivate static boolean
VaultBlockEntity.Server.canBeUnlocked
(VaultConfig config, VaultState state) private static boolean
VaultBlockEntity.Server.shouldUpdateDisplayItem
(long time, VaultState state) (package private) static void
VaultBlockEntity.Server.updateDisplayItem
(ServerWorld world, VaultState state, VaultConfig config, VaultSharedData sharedData, BlockPos pos) -
Uses of VaultState in net.minecraft.block.enums
Modifier and TypeMethodDescriptionVaultState.update
(ServerWorld world, BlockPos pos, VaultConfig config, VaultServerData serverData, VaultSharedData sharedData) private static VaultState
VaultState.updateActiveState
(ServerWorld world, BlockPos pos, VaultConfig config, VaultServerData serverData, VaultSharedData sharedData, double radius) static VaultState
Returns the enum constant of this class with the specified name.static VaultState[]
VaultState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
VaultState.onStateChange
(ServerWorld world, BlockPos pos, VaultState newState, VaultConfig config, VaultSharedData sharedData, boolean ominous) -
Uses of VaultState in net.minecraft.state.property
Modifier and TypeFieldDescriptionstatic final EnumProperty
<VaultState> Properties.VAULT_STATE
A property that specifies the state of a vault.