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 poseStack, VertexConsumer builder, double camX, double camY, double camZ, BlockOutlineRenderState state, int color, float width) -
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.