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 pRenderState, int pColor, float pLineWidth) -
Uses of BlockOutlineRenderState in net.minecraft.client.renderer.state
Fields in net.minecraft.client.renderer.state declared as BlockOutlineRenderStateModifier and TypeFieldDescription@Nullable BlockOutlineRenderStateLevelRenderState.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.