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 pLevel, BlockPos pPos, VaultConfig pConfig, VaultServerData pServerData, VaultSharedData pSharedData) private static VaultState
VaultState.updateStateForConnectedPlayers
(ServerLevel pLevel, BlockPos pPos, VaultConfig pConfig, VaultServerData pSeverData, VaultSharedData pSharedData, double pDeactivationRange) 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 pConfig, VaultState pState) (package private) static void
VaultBlockEntity.Server.cycleDisplayItemFromLootTable
(ServerLevel pLevel, VaultState pState, VaultConfig pConfig, VaultSharedData pSharedData, BlockPos pPos) void
VaultState.onTransition
(ServerLevel pLevel, BlockPos pPos, VaultState pState, VaultConfig pConfig, VaultSharedData pSharedData, boolean pIsOminous) private static boolean
VaultBlockEntity.Server.shouldCycleDisplayItem
(long pGameTime, VaultState pState) -
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