Uses of Enum Class
net.minecraft.block.enums.VaultState
Packages that use VaultState
Package
Description
- 
Uses of VaultState in net.minecraft.blockFields in net.minecraft.block with type parameters of type VaultState
- 
Uses of VaultState in net.minecraft.block.entityMethods in net.minecraft.block.entity with parameters of type VaultStateModifier and TypeMethodDescriptionprivate static booleanVaultBlockEntity.Server.canBeUnlocked(VaultConfig config, VaultState state) private static booleanVaultBlockEntity.Server.shouldUpdateDisplayItem(long time, VaultState state) (package private) static voidVaultBlockEntity.Server.updateDisplayItem(ServerWorld world, VaultState state, VaultConfig config, VaultSharedData sharedData, BlockPos pos) 
- 
Uses of VaultState in net.minecraft.block.enumsMethods in net.minecraft.block.enums that return VaultStateModifier and TypeMethodDescriptionVaultState.update(ServerWorld world, BlockPos pos, VaultConfig config, VaultServerData serverData, VaultSharedData sharedData) private static VaultStateVaultState.updateActiveState(ServerWorld world, BlockPos pos, VaultConfig config, VaultServerData serverData, VaultSharedData sharedData, double radius) static VaultStateReturns 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 TypeMethodDescriptionvoidVaultState.onStateChange(ServerWorld world, BlockPos pos, VaultState newState, VaultConfig config, VaultSharedData sharedData, boolean ominous) 
- 
Uses of VaultState in net.minecraft.state.propertyFields in net.minecraft.state.property with type parameters of type VaultStateModifier and TypeFieldDescriptionstatic final EnumProperty<VaultState> Properties.VAULT_STATEA property that specifies the state of a vault.