net.minecraft.client.data

public class TexturedModel

net.minecraft.client.data.models.model.TexturedModel
net.minecraft.class_4946
net.minecraft.client.data.TexturedModel

Field summary

Modifier and TypeField
public static final TexturedModel$Factory
CUBE
field_23036
CUBE_ALL
public static final TexturedModel$Factory
CUBE_INNER_FACES
field_47502
CUBE_ALL_INNER_FACES
public static final TexturedModel$Factory
CUBE_MIRRORED
field_23037
CUBE_MIRRORED_ALL
public static final TexturedModel$Factory
COLUMN
field_23038
CUBE_COLUMN
public static final TexturedModel$Factory
COLUMN_HORIZONTAL
field_23039
CUBE_COLUMN_HORIZONTAL
public static final TexturedModel$Factory
CUBE_TOP_BOTTOM
field_23040
CUBE_BOTTOM_TOP
public static final TexturedModel$Factory
CUBE_TOP
field_23041
CUBE_TOP
public static final TexturedModel$Factory
ORIENTABLE_ONLY_TOP
field_23042
ORIENTABLE
public static final TexturedModel$Factory
ORIENTABLE
field_23043
ORIENTABLE_WITH_BOTTOM
public static final TexturedModel$Factory
CARPET
field_23044
CARPET
public static final TexturedModel$Factory
MOSSY_CARPET_SIDE
field_54879
MOSSY_CARPET_SIDE
public static final TexturedModel$Factory
FLOWERBED_1
field_42952
FLOWERBED_1
public static final TexturedModel$Factory
FLOWERBED_2
field_42953
FLOWERBED_2
public static final TexturedModel$Factory
FLOWERBED_3
field_42954
FLOWERBED_3
public static final TexturedModel$Factory
FLOWERBED_4
field_42955
FLOWERBED_4
public static final TexturedModel$Factory
LEAF_LITTER_1
field_55856
TEMPLATE_LEAF_LITTER_1
public static final TexturedModel$Factory
LEAF_LITTER_2
field_55857
TEMPLATE_LEAF_LITTER_2
public static final TexturedModel$Factory
LEAF_LITTER_3
field_55858
TEMPLATE_LEAF_LITTER_3
public static final TexturedModel$Factory
LEAF_LITTER_4
field_55859
TEMPLATE_LEAF_LITTER_4
public static final TexturedModel$Factory
GLAZED_TERRACOTTA
field_23045
TEMPLATE_GLAZED_TERRACOTTA
public static final TexturedModel$Factory
CORAL_FAN
field_23046
CORAL_FAN
public static final TexturedModel$Factory
ANVIL
field_23048
TEMPLATE_ANVIL
public static final TexturedModel$Factory
LEAVES
field_23049
LEAVES
public static final TexturedModel$Factory
LANTERN
field_23050
TEMPLATE_LANTERN
public static final TexturedModel$Factory
HANGING_LANTERN
field_23051
TEMPLATE_HANGING_LANTERN
public static final TexturedModel$Factory
CHAIN
field_61925
TEMPLATE_CHAIN
public static final TexturedModel$Factory
SEAGRASS
field_23054
TEMPLATE_SEAGRASS
public static final TexturedModel$Factory
COLUMN_ALT
field_23055
END_FOR_TOP_CUBE_COLUMN
public static final TexturedModel$Factory
COLUMN_HORIZONTAL_ALT
field_23056
END_FOR_TOP_CUBE_COLUMN_HORIZONTAL
public static final TexturedModel$Factory
TOP_BOTTOM_WITH_WALL
field_23057
SIDE_TOP_BOTTOM_WALL
public static final TexturedModel$Factory
COLUMN_WITH_WALL
field_23959
SIDE_END_WALL
private final TextureMap
mapping
field_23058
textures
private final Model
template
field_23059
model

Constructor summary

ModifierConstructor
private (TextureMap textures, Model model)

Method summary

Modifier and TypeMethod
public Model
getTemplate()
method_25914()
getModel()
public TextureMap
getMapping()
method_25921()
getTextures()
public TexturedModel
updateTextures(Consumer<TextureMapping> mutator)
method_25917(Consumer<class_4944> arg0)
textures(Consumer<TextureMap> texturesConsumer)
public Identifier
create(Block block, BiConsumer<Identifier, ModelInstance> modelOutput)
method_25916(class_2248 arg0, BiConsumer<class_2960, class_10411> arg1)
upload(Block block, BiConsumer<Identifier, ModelSupplier> writer)
public Identifier
createWithSuffix(Block block, String extraSuffix, BiConsumer<Identifier, ModelInstance> modelOutput)
method_25915(class_2248 arg0, String arg1, BiConsumer<class_2960, class_10411> arg2)
upload(Block block, String suffix, BiConsumer<Identifier, ModelSupplier> writer)
private static TexturedModel$Factory
createDefault(Function<Block, TextureMapping> mapping, ModelTemplate template)
method_25918(Function<class_2248, class_4944> arg0, class_4942 arg1)
makeFactory(Function<Block, TextureMap> texturesGetter, Model model)
public static TexturedModel
createAllSame(Material material)
method_25920(class_1_314 arg0)
getCubeAll(ModelTexture texture)
private static TexturedModel
lambda$createDefault$0(Function arg0, ModelTemplate arg1, Block arg2)
method_25919(Function arg0, class_4942 arg1, class_2248 arg2)
method_25919(Function arg0, Model arg1, Block block)