Uses of Record Class
net.minecraft.client.renderer.state.BlockOutlineRenderState
Packages that use BlockOutlineRenderState
Package
Description
-
Uses of BlockOutlineRenderState in net.minecraft.client.renderer
Methods in net.minecraft.client.renderer with parameters of type BlockOutlineRenderStateModifier and TypeMethodDescriptionprivate voidLevelRenderer.renderHitOutline(PoseStack pPoseStack, VertexConsumer pConsumer, double pCamX, double pCamY, double pCamZ, BlockOutlineRenderState pOutlineRenderState, int pColor) -
Uses of BlockOutlineRenderState in net.minecraft.client.renderer.state
Fields in net.minecraft.client.renderer.state declared as BlockOutlineRenderState -
Uses of BlockOutlineRenderState in net.neoforged.neoforge.client
Methods in net.neoforged.neoforge.client with parameters of type BlockOutlineRenderStateModifier and TypeMethodDescriptionbooleanCustomBlockOutlineRenderer.render(BlockOutlineRenderState renderState, MultiBufferSource.BufferSource buffer, PoseStack poseStack, boolean translucentPass, LevelRenderState levelRenderState) Called when the block outline described by the providedBlockOutlineRenderStateis about to be rendered.