net.minecraft.client.resources.model

public class Material

hdu
net.minecraft.client.resources.model.Material
net.minecraft.class_4730
net.minecraft.client.util.SpriteIdentifier

Field summary

Modifier and TypeField
public static final Comparator<Material>
a
COMPARATOR
field_40566
COMPARATOR
private final ResourceLocation
b
atlasLocation
field_21769
atlas
private final ResourceLocation
c
texture
field_21770
texture
private RenderType
d
renderType
field_21771
layer

Constructor summary

ModifierConstructor
public (ResourceLocation atlas, ResourceLocation texture)

Method summary

Modifier and TypeMethod
public ResourceLocation
a()
atlasLocation()
method_24144()
getAtlasId()
public ResourceLocation
b()
texture()
method_24147()
getTextureId()
public TextureAtlasSprite
c()
sprite()
method_24148()
getSprite()
public RenderType
a(Function<alz, glv> arg0)
renderType(Function<ResourceLocation, RenderType> arg0)
method_24146(Function<class_2960, class_1921> arg0)
getRenderLayer(Function<Identifier, RenderLayer> layerFactory)
public VertexConsumer
a(gll arg0, Function<alz, glv> arg1)
buffer(MultiBufferSource arg0, Function<ResourceLocation, RenderType> arg1)
method_24145(class_4597 arg0, Function<class_2960, class_1921> arg1)
getVertexConsumer(VertexConsumerProvider vertexConsumers, Function<Identifier, RenderLayer> layerFactory)
public VertexConsumer
a(gll arg0, Function<alz, glv> arg1, boolean arg2, boolean arg3)
buffer(MultiBufferSource arg0, Function<ResourceLocation, RenderType> arg1, boolean arg2, boolean arg3)
method_30001(class_4597 arg0, Function<class_2960, class_1921> arg1, boolean arg2, boolean arg3)
getVertexConsumer(VertexConsumerProvider vertexConsumers, Function<Identifier, RenderLayer> layerFactory, boolean solid, boolean glint)