net.minecraft.client.render.model

public record GeometryBakedModel

implements BlockModelPart

net.minecraft.client.renderer.block.model.SimpleModelWrapper
net.minecraft.class_10801
net.minecraft.client.render.model.GeometryBakedModel

Field summary

Modifier and TypeField
private final BakedGeometry
quads
comp_3750
quads
private final boolean
useAmbientOcclusion
comp_3751
useAmbientOcclusion
private final Sprite
particleIcon
comp_3752
particleSprite
private static final org.slf4j.Logger
LOGGER
field_64586
LOGGER

Constructor summary

ModifierConstructor
public (BakedGeometry quads, boolean useAmbientOcclusion, Sprite particleSprite)

Method summary

Modifier and TypeMethod
public static BlockModelPart
bake(ModelBaker modelBakery, Identifier location, ModelState state)
method_67931(class_7775 arg0, class_2960 arg1, class_3665 arg2)
create(Baker baker, Identifier id, ModelBakeSettings bakeSettings)
public List<BakedQuad>
getQuads(Direction direction)
method_68509(class_2350 arg0)
getQuads(Direction arg0)
public BakedGeometry
quads()
comp_3750()
quads()
public boolean
useAmbientOcclusion()
comp_3751()
useAmbientOcclusion()
public Sprite
particleIcon()
comp_3752()
particleSprite()