Uses of Class
net.minecraft.client.renderer.blockentity.state.ChestRenderState
Packages that use ChestRenderState
-
Uses of ChestRenderState in net.minecraft.client.renderer.blockentity
Classes in net.minecraft.client.renderer.blockentity that implement interfaces with type arguments of type ChestRenderStateMethods in net.minecraft.client.renderer.blockentity that return ChestRenderStateMethods in net.minecraft.client.renderer.blockentity with parameters of type ChestRenderStateModifier and TypeMethodDescriptionvoidChestRenderer.extractRenderState(T blockEntity, ChestRenderState state, float partialTicks, Vec3 cameraPosition, @Nullable ModelFeatureRenderer.CrumblingOverlay breakProgress) protected @Nullable SpriteIdChestRenderer.getCustomSprite(T blockEntity, ChestRenderState renderState) Neo: Return a customSpriteIdto render the chest with ornullto fall back to the vanilla material selection.voidChestRenderer.submit(ChestRenderState state, PoseStack poseStack, SubmitNodeCollector submitNodeCollector, CameraRenderState camera)