net.minecraft.client.renderer.state

public record BlockOutlineRenderState

ibn
net.minecraft.client.renderer.state.BlockOutlineRenderState
net.minecraft.class_12074
net.minecraft.client.render.state.OutlineRenderState
net.minecraft.src.C_410949_

Field summary

Modifier and TypeField
private final BlockPos
a
pos
comp_4932
pos
f_413761_
private final boolean
b
isTranslucent
comp_4933
isTranslucent
f_413570_
private final boolean
c
highContrast
comp_4934
highContrast
f_412816_
private final VoxelShape
d
shape
comp_4935
shape
f_412076_
private final VoxelShape
e
collisionShape
comp_4936
collisionShape
f_411771_
private final VoxelShape
f
occlusionShape
comp_4937
occlusionShape
f_414067_
private final VoxelShape
g
interactionShape
comp_4938
interactionShape
f_412864_

Constructor summary

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

Method summary

Modifier and TypeMethod
public BlockPos
a()
pos()
comp_4932()
pos()
f_413761_()
public boolean
b()
isTranslucent()
comp_4933()
isTranslucent()
f_413570_()
public boolean
c()
highContrast()
comp_4934()
highContrast()
f_412816_()
public VoxelShape
d()
shape()
comp_4935()
shape()
f_412076_()
public VoxelShape
e()
collisionShape()
comp_4936()
collisionShape()
f_411771_()
public VoxelShape
f()
occlusionShape()
comp_4937()
occlusionShape()
f_414067_()
public VoxelShape
g()
interactionShape()
comp_4938()
interactionShape()
f_412864_()