Class VaultRenderer
java.lang.Object
net.minecraft.client.renderer.blockentity.VaultRenderer
- All Implemented Interfaces:
BlockEntityRenderer<VaultBlockEntity>,IBlockEntityRendererExtension<VaultBlockEntity>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ItemModelResolverprivate final RandomSourceprivate final ItemClusterRenderState -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrender(VaultBlockEntity pBlockEntity, float pPartialTick, PoseStack pPoseStack, MultiBufferSource pBufferSource, int pPackedLight, int pPackedOverlay, Vec3 pCameraPos) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.renderer.blockentity.BlockEntityRenderer
getViewDistance, shouldRender, shouldRenderOffScreenMethods inherited from interface net.neoforged.neoforge.client.extensions.IBlockEntityRendererExtension
getRenderBoundingBox
-
Field Details
-
itemModelResolver
-
random
-
renderState
-
-
Constructor Details
-
VaultRenderer
-
-
Method Details
-
render
public void render(VaultBlockEntity pBlockEntity, float pPartialTick, PoseStack pPoseStack, MultiBufferSource pBufferSource, int pPackedLight, int pPackedOverlay, Vec3 pCameraPos) - Specified by:
renderin interfaceBlockEntityRenderer<VaultBlockEntity>
-