net.minecraft.client.renderer.state

public record BlockOutlineRenderState

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

Field summary

Modifier and TypeField
private final BlockPos
a
pos
comp_4932
pos
private final boolean
b
isTranslucent
comp_4933
isTranslucent
private final boolean
c
highContrast
comp_4934
highContrast
private final VoxelShape
d
shape
comp_4935
shape
private final VoxelShape
e
collisionShape
comp_4936
collisionShape
private final VoxelShape
f
occlusionShape
comp_4937
occlusionShape
private final VoxelShape
g
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
a()
pos()
comp_4932()
pos()
public boolean
b()
isTranslucent()
comp_4933()
isTranslucent()
public boolean
c()
highContrast()
comp_4934()
highContrast()
public VoxelShape
d()
shape()
comp_4935()
shape()
public VoxelShape
e()
collisionShape()
comp_4936()
collisionShape()
public VoxelShape
f()
occlusionShape()
comp_4937()
occlusionShape()
public VoxelShape
g()
interactionShape()
comp_4938()
interactionShape()