net.minecraft.client.render.state

public record OutlineRenderState

net.minecraft.client.renderer.state.BlockOutlineRenderState
net.minecraft.class_12074
net.minecraft.client.render.state.OutlineRenderState

Field summary

Modifier and TypeField
private final BlockPos
pos
comp_4932
pos
private final boolean
isTranslucent
comp_4933
isTranslucent
private final boolean
highContrast
comp_4934
highContrast
private final VoxelShape
shape
comp_4935
shape
private final VoxelShape
collisionShape
comp_4936
collisionShape
private final VoxelShape
occlusionShape
comp_4937
occlusionShape
private final VoxelShape
interactionShape
comp_4938
interactionShape

Constructor summary

ModifierConstructor
public (BlockPos pos, boolean isTranslucent, boolean highContrast, VoxelShape shape)
public (BlockPos pos, boolean isTranslucent, boolean highContrast, VoxelShape shape, VoxelShape collisionShape, VoxelShape occlusionShape, VoxelShape interactionShape)

Method summary

Modifier and TypeMethod
public BlockPos
pos()
comp_4932()
pos()
public boolean
isTranslucent()
comp_4933()
isTranslucent()
public boolean
highContrast()
comp_4934()
highContrast()
public VoxelShape
shape()
comp_4935()
shape()
public VoxelShape
collisionShape()
comp_4936()
collisionShape()
public VoxelShape
occlusionShape()
comp_4937()
occlusionShape()
public VoxelShape
interactionShape()
comp_4938()
interactionShape()