Uses of Enum Class
net.minecraft.world.level.block.entity.vault.VaultState
Packages that use VaultState
Package
Description
-
Uses of VaultState in net.minecraft.world.level.block
Fields in net.minecraft.world.level.block with type parameters of type VaultState -
Uses of VaultState in net.minecraft.world.level.block.entity.vault
Methods in net.minecraft.world.level.block.entity.vault that return VaultStateModifier and TypeMethodDescriptionVaultState.tickAndGetNext
(ServerLevel level, BlockPos pos, VaultConfig config, VaultServerData serverData, VaultSharedData sharedData) private static VaultState
VaultState.updateStateForConnectedPlayers
(ServerLevel level, BlockPos pos, VaultConfig config, VaultServerData severData, VaultSharedData sharedData, double deactivationRange) 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.world.level.block.entity.vault with parameters of type VaultStateModifier and TypeMethodDescriptionprivate static boolean
VaultBlockEntity.Server.canEjectReward
(VaultConfig config, VaultState state) (package private) static void
VaultBlockEntity.Server.cycleDisplayItemFromLootTable
(ServerLevel level, VaultState state, VaultConfig config, VaultSharedData sharedData, BlockPos pos) void
VaultState.onTransition
(ServerLevel level, BlockPos pos, VaultState state, VaultConfig config, VaultSharedData sharedData, boolean isOminous) private static boolean
VaultBlockEntity.Server.shouldCycleDisplayItem
(long gameTime, VaultState state) -
Uses of VaultState in net.minecraft.world.level.block.state.properties
Fields in net.minecraft.world.level.block.state.properties with type parameters of type VaultStateModifier and TypeFieldDescriptionstatic final EnumProperty
<VaultState> BlockStateProperties.VAULT_STATE