Uses of Class
net.minecraft.world.level.block.entity.vault.VaultBlockEntity
Packages that use VaultBlockEntity
Package
Description
-
Uses of VaultBlockEntity in net.minecraft.client.renderer.blockentity
Classes in net.minecraft.client.renderer.blockentity that implement interfaces with type arguments of type VaultBlockEntityMethods in net.minecraft.client.renderer.blockentity with parameters of type VaultBlockEntityModifier and TypeMethodDescriptionvoidVaultRenderer.extractRenderState(VaultBlockEntity blockEntity, VaultRenderState state, float partialTicks, Vec3 cameraPosition, @Nullable ModelFeatureRenderer.CrumblingOverlay breakProgress) -
Uses of VaultBlockEntity in net.minecraft.world.level.block.entity
Fields in net.minecraft.world.level.block.entity with type parameters of type VaultBlockEntityModifier and TypeFieldDescriptionstatic final BlockEntityType<VaultBlockEntity> BlockEntityType.VAULT