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 VaultStateVaultState.updateStateForConnectedPlayers(ServerLevel level, BlockPos pos, VaultConfig config, VaultServerData severData, VaultSharedData sharedData, double deactivationRange) 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 config, VaultState state) (package private) static voidVaultBlockEntity.Server.cycleDisplayItemFromLootTable(ServerLevel level, VaultState state, VaultConfig config, VaultSharedData sharedData, BlockPos pos) voidVaultState.onTransition(ServerLevel level, BlockPos pos, VaultState state, VaultConfig config, VaultSharedData sharedData, boolean isOminous) private static booleanVaultBlockEntity.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