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 VaultStateVaultState.updateStateForConnectedPlayers(ServerLevel pLevel, BlockPos pPos, VaultConfig pConfig, VaultServerData pSeverData, VaultSharedData pSharedData, double pDeactivationRange) 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.world.level.block.entity.vault with parameters of type VaultStateModifier and TypeMethodDescriptionprivate static booleanVaultBlockEntity.Server.canEjectReward(VaultConfig pConfig, VaultState pState) (package private) static voidVaultBlockEntity.Server.cycleDisplayItemFromLootTable(ServerLevel pLevel, VaultState pState, VaultConfig pConfig, VaultSharedData pSharedData, BlockPos pPos) voidVaultState.onTransition(ServerLevel pLevel, BlockPos pPos, VaultState pState, VaultConfig pConfig, VaultSharedData pSharedData, boolean pIsOminous) private static booleanVaultBlockEntity.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