Uses of Record Class
net.minecraft.client.renderer.state.level.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.submitHitOutline(PoseStack poseStack, SubmitNodeCollector submitNodeCollector, RenderType renderType, BlockOutlineRenderState state, int color, float width, boolean afterTerrain) -
Uses of BlockOutlineRenderState in net.minecraft.client.renderer.state.level
Fields in net.minecraft.client.renderer.state.level 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, SubmitNodeCollector submitNodeCollector, PoseStack poseStack, LevelRenderState levelRenderState) Called when the block outline described by the providedBlockOutlineRenderStateis about to be rendered.