net.minecraft.client.render.model

public record ModelSettings

net.minecraft.client.renderer.item.ModelRenderProperties
net.minecraft.class_10809
net.minecraft.client.render.model.ModelSettings

Field summary

Modifier and TypeField
private final boolean
usesBlockLight
comp_3766
usesBlockLight
private final ModelTexture$Baked
particleMaterial
comp_1_229
particleMaterial
private final ModelTransformation
transforms
comp_3768
transforms

Constructor summary

ModifierConstructor
public (boolean usesBlockLight, ModelTexture$Baked particleMaterial, ModelTransformation transforms)

Method summary

Modifier and TypeMethod
public static ModelSettings
fromResolvedModel(ModelBaker baker, ResolvedModel resolvedModel, TextureSlots textureSlots)
method_68001(class_7775 arg0, class_10819 arg1, class_10419 arg2)
resolveSettings(Baker baker, BakedSimpleModel model, ModelTextures textures)
public void
applyToLayer(ItemStackRenderState$LayerRenderState layer, ItemDisplayContext displayContext)
method_68000(class_10444$class_10446 arg0, class_811 arg1)
addSettings(ItemRenderState$LayerRenderState state, ItemDisplayContext mode)
public boolean
usesBlockLight()
comp_3766()
usesBlockLight()
public ModelTexture$Baked
particleMaterial()
comp_1_229()
particleMaterial()
public ModelTransformation
transforms()
comp_3768()
transforms()