Uses of Enum Class
net.minecraft.block.enums.VaultState
Packages that use VaultState
Package
Description
-
Uses of VaultState in net.minecraft.block
Fields in net.minecraft.block with type parameters of type VaultState -
Uses of VaultState in net.minecraft.block.entity
Methods in net.minecraft.block.entity with parameters of type VaultStateModifier 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
Methods in net.minecraft.block.enums that return VaultStateModifier 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.Methods in net.minecraft.block.enums with parameters of type VaultStateModifier and TypeMethodDescriptionvoid
VaultState.onStateChange
(ServerWorld world, BlockPos pos, VaultState newState, VaultConfig config, VaultSharedData sharedData, boolean ominous) -
Uses of VaultState in net.minecraft.state.property
Fields in net.minecraft.state.property with type parameters of type VaultStateModifier and TypeFieldDescriptionstatic final EnumProperty
<VaultState> Properties.VAULT_STATE
A property that specifies the state of a vault.