net.minecraft.client.data.models.model

public class ModelTemplate

ggq
net.minecraft.client.data.models.model.ModelTemplate
net.minecraft.class_4942
net.minecraft.client.data.Model

Field summary

Modifier and TypeField
private final Optional<Identifier>
a
model
field_22901
parent
private final Set<TextureSlot>
b
requiredSlots
field_22902
requiredTextures
private final Optional<String>
c
suffix
field_22903
variant

Constructor summary

ModifierConstructor
public (Optional<Identifier> parent, Optional<String> variant, TextureSlot... requiredTextureKeys)

Method summary

Modifier and TypeMethod
public Identifier
a(dyi arg0)
getDefaultModelLocation(Block arg0)
method_54828(class_2248 arg0)
getBlockSubModelId(Block block)
public Identifier
a(dyi arg0, ggs arg1, BiConsumer<amo, ggo> arg2)
create(Block arg0, TextureMapping arg1, BiConsumer<Identifier, ModelInstance> arg2)
method_25846(class_2248 arg0, class_4944 arg1, BiConsumer<class_2960, class_10411> arg2)
upload(Block block, TextureMap textures, BiConsumer<Identifier, ModelSupplier> modelCollector)
public Identifier
a(dyi arg0, String arg1, ggs arg2, BiConsumer<amo, ggo> arg3)
createWithSuffix(Block arg0, String arg1, TextureMapping arg2, BiConsumer<Identifier, ModelInstance> arg3)
method_25847(class_2248 arg0, String arg1, class_4944 arg2, BiConsumer<class_2960, class_10411> arg3)
upload(Block block, String suffix, TextureMap textures, BiConsumer<Identifier, ModelSupplier> modelCollector)
public Identifier
b(dyi arg0, String arg1, ggs arg2, BiConsumer<amo, ggo> arg3)
createWithOverride(Block arg0, String arg1, TextureMapping arg2, BiConsumer<Identifier, ModelInstance> arg3)
method_25853(class_2248 arg0, String arg1, class_4944 arg2, BiConsumer<class_2960, class_10411> arg3)
uploadWithoutVariant(Block block, String suffix, TextureMap textures, BiConsumer<Identifier, ModelSupplier> modelCollector)
public Identifier
a(dki arg0, ggs arg1, BiConsumer<amo, ggo> arg2)
create(Item arg0, TextureMapping arg1, BiConsumer<Identifier, ModelInstance> arg2)
method_48525(class_1792 arg0, class_4944 arg1, BiConsumer<class_2960, class_10411> arg2)
upload(Item item, TextureMap textures, BiConsumer<Identifier, ModelSupplier> modelCollector)
public Identifier
a(amo arg0, ggs arg1, BiConsumer<amo, ggo> arg2)
create(Identifier arg0, TextureMapping arg1, BiConsumer<Identifier, ModelInstance> arg2)
method_25852(class_2960 arg0, class_4944 arg1, BiConsumer<class_2960, class_10411> arg2)
upload(Identifier id, TextureMap textures, BiConsumer<Identifier, ModelSupplier> modelCollector)
private Map<TextureSlot, Identifier>
a(ggs arg0)
createMap(TextureMapping arg0)
method_25850(class_4944 arg0)
createTextureMap(TextureMap textures)