net.minecraft.client.render.model

public record GeometryBakedModel

implements BlockModelPart

net.minecraft.client.resources.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 ModelTexture$Baked
particleMaterial
comp_1_228
particleMaterial
private static final org.slf4j.Logger
LOGGER
field_64586
LOGGER

Constructor summary

ModifierConstructor
public (BakedGeometry quads, boolean useAmbientOcclusion, ModelTexture$Baked particleMaterial)

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 static com.google.common.collect.Multimap<Identifier, Identifier>
findNonBlockSprites(QuadCollection geometry)
method_1_5799(class_10817 arg0)
getSpritesOutsideBlockAtlas(BakedGeometry bakedGeometry)
public List<BakedQuad>
getQuads(Direction direction)
method_68509(class_2350 arg0)
getQuads(Direction arg0)
public int
materialFlags()
method_1_3071()
getFlags()
public BakedGeometry
quads()
comp_3750()
quads()
public boolean
useAmbientOcclusion()
comp_3751()
useAmbientOcclusion()
public ModelTexture$Baked
particleMaterial()
comp_1_228()
particleMaterial()