Uses of Enum Class
net.minecraft.world.level.block.entity.vault.VaultState
Package
Description
-
Uses of VaultState in net.minecraft.world.level.block
-
Uses of VaultState in net.minecraft.world.level.block.entity.vault
Modifier and TypeMethodDescriptionVaultState.tickAndGetNext
(ServerLevel p_324582_, BlockPos p_323837_, VaultConfig p_323770_, VaultServerData p_324291_, VaultSharedData p_324388_) private static VaultState
VaultState.updateStateForConnectedPlayers
(ServerLevel p_324451_, BlockPos p_324085_, VaultConfig p_323780_, VaultServerData p_323896_, VaultSharedData p_323954_, double p_324489_) 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 TypeMethodDescriptionprivate static boolean
VaultBlockEntity.Server.canEjectReward
(VaultConfig p_323595_, VaultState p_324160_) (package private) static void
VaultBlockEntity.Server.cycleDisplayItemFromLootTable
(ServerLevel p_323551_, VaultState p_324221_, VaultConfig p_324332_, VaultSharedData p_323644_, BlockPos p_323602_) void
VaultState.onTransition
(ServerLevel p_323698_, BlockPos p_324545_, VaultState p_324339_, VaultConfig p_324218_, VaultSharedData p_323812_, boolean p_338417_) private static boolean
VaultBlockEntity.Server.shouldCycleDisplayItem
(long p_323548_, VaultState p_323823_) -
Uses of VaultState in net.minecraft.world.level.block.state.properties
Modifier and TypeFieldDescriptionstatic final EnumProperty
<VaultState> BlockStateProperties.VAULT_STATE