net.minecraft.client.renderer.state

public record BlockOutlineRenderState

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

字段概要

修饰符与类型字段
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_

构造函数概要

修饰符构造函数
public (BlockPos pos, boolean isTranslucent, boolean highContrast, VoxelShape shape)
public (BlockPos pos, boolean isTranslucent, boolean highContrast, VoxelShape shape, VoxelShape collisionShape, VoxelShape occlusionShape, VoxelShape interactionShape)

方法概要

修饰符与类型方法
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_()