net.minecraft.client.render.block.model

public record FluidModel$Unbaked

net.minecraft.client.renderer.block.FluidModel$Unbaked
net.minecraft.class_1_467$class_1_468
net.minecraft.client.render.block.model.FluidModel$Unbaked

Field summary

Modifier and TypeField
private final ModelTexture
stillMaterial
comp_1_358
stillMaterial
private final ModelTexture
flowingMaterial
comp_1_356
flowingMaterial
private final ModelTexture
overlayMaterial
comp_1_357
overlayMaterial
private final BlockColorProvider
tintSource
comp_1_359
tintSource

Constructor summary

ModifierConstructor
public (ModelTexture stillMaterial, ModelTexture flowingMaterial, ModelTexture overlayMaterial, BlockColorProvider tintSource)

Method summary

Modifier and TypeMethod
public FluidModel
bake(MaterialBaker materials, ModelDebugName modelName)
method_1_2959(class_1_734 arg0, class_10813 arg1)
bake(MissingTextureReporter arg0, SimpleModel arg1)
private ModelTexture$Baked
getAndValidateMaterial(Material material, MaterialBaker materials, String textureName, ModelDebugName modelName)
method_1_6684(class_1_314 arg0, class_1_734 arg1, String arg2, class_10813 arg3)
method_1_6684(ModelTexture arg0, MissingTextureReporter arg1, String arg2, SimpleModel arg3)
private static Transparency
getTransparency(Material$Baked material)
method_1_2960(class_1_314$class_1_315 arg0)
getTransparency(ModelTexture$Baked texture)
public ModelTexture
stillMaterial()
comp_1_358()
stillMaterial()
public ModelTexture
flowingMaterial()
comp_1_356()
flowingMaterial()
public ModelTexture
overlayMaterial()
comp_1_357()
overlayMaterial()
public BlockColorProvider
tintSource()
comp_1_359()
tintSource()