Uses of Class
net.minecraft.data.ModelTextures
Packages that use ModelTextures
-
Uses of ModelTextures in net.minecraft.data
Fields in net.minecraft.data declared as ModelTexturesModifier and TypeFieldDescriptionprivate final ModelTextures
BlockModelProvider.LogsVariantHelper.logMapping
private final ModelTextures
BlockModelProvider.BlockTextureCombiner.mapping
private final ModelTextures
TexturedModel.mapping
Methods in net.minecraft.data that return ModelTexturesModifier and TypeMethodDescriptionstatic ModelTextures
ModelTextures.attachedStem
(Block p_240346_0_, Block p_240346_1_) static ModelTextures
static ModelTextures
static ModelTextures
ModelTextures.column
(ResourceLocation p_240351_0_, ResourceLocation p_240351_1_) static ModelTextures
ModelTextures.columnWithWall
(Block p_240381_0_) static ModelTextures
ModelTextures.commandBlock
(Block p_240388_0_) ModelTextures.copyAndUpdate
(StockTextureAliases p_240360_1_, ResourceLocation p_240360_2_) ModelTextures.copyForced
(StockTextureAliases p_240355_1_, StockTextureAliases p_240355_2_) static ModelTextures
ModelTextures.craftingTable
(Block p_240359_0_, Block p_240359_1_) static ModelTextures
ModelTextures.crop
(ResourceLocation p_240370_0_) static ModelTextures
static ModelTextures
ModelTextures.cross
(ResourceLocation p_240361_0_) static ModelTextures
static ModelTextures
ModelTextures.cube
(ResourceLocation p_240356_0_) static ModelTextures
ModelTextures.cubeBottomTop
(Block p_240379_0_) static ModelTextures
ModelTextures.cubeBottomTopWithWall
(Block p_240380_0_) static ModelTextures
static ModelTextures
ModelTextures.defaultTexture
(Block p_240353_0_) static ModelTextures
ModelTextures.defaultTexture
(ResourceLocation p_240350_0_) static ModelTextures
static ModelTextures
static ModelTextures
static ModelTextures
static ModelTextures
ModelTextures.fletchingTable
(Block p_240363_0_, Block p_240363_1_) TexturedModel.getMapping()
static ModelTextures
static ModelTextures
static ModelTextures
static ModelTextures
ModelTextures.layer0
(ResourceLocation p_240376_0_) static ModelTextures
static ModelTextures
ModelTextures.orientableCube
(Block p_240389_0_) static ModelTextures
ModelTextures.orientableCubeOnlyTop
(Block p_240390_0_) static ModelTextures
ModelTextures.orientableCubeSameEnds
(Block p_240391_0_) static ModelTextures
static ModelTextures
static ModelTextures
ModelTextures.particle
(ResourceLocation p_240372_0_) static ModelTextures
ModelTextures.particleFromItem
(Item p_240343_0_) static ModelTextures
static ModelTextures
static ModelTextures
ModelTextures.plant
(ResourceLocation p_240365_0_) ModelTextures.put
(StockTextureAliases p_240349_1_, ResourceLocation p_240349_2_) static ModelTextures
static ModelTextures
ModelTextures.rail
(ResourceLocation p_240367_0_) static ModelTextures
ModelTextures.singleSlot
(StockTextureAliases p_240364_0_, ResourceLocation p_240364_1_) static ModelTextures
static ModelTextures
static ModelTextures
static ModelTextures
ModelTextures.torch
(ResourceLocation p_240374_0_) static ModelTextures
Methods in net.minecraft.data with parameters of type ModelTexturesModifier and TypeMethodDescriptionModelsUtil.create
(Block p_240228_1_, ModelTextures p_240228_2_, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> p_240228_3_) ModelsUtil.create
(ResourceLocation p_240234_1_, ModelTextures p_240234_2_, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> p_240234_3_) private void
BlockModelProvider.createCrossBlock
(Block p_239938_1_, BlockModelProvider.TintMode p_239938_2_, ModelTextures p_239938_3_) private void
BlockModelProvider.createCrossBlockWithDefaultItem
(Block p_239878_1_, BlockModelProvider.TintMode p_239878_2_, ModelTextures p_239878_3_) private Map<StockTextureAliases,
ResourceLocation> ModelsUtil.createMap
(ModelTextures p_240232_1_) private void
BlockModelProvider.createPistonVariant
(Block p_239890_1_, ResourceLocation p_239890_2_, ModelTextures p_239890_3_) private void
BlockModelProvider.createPumpkinVariant
(Block p_239879_1_, ModelTextures p_239879_2_) private void
BlockModelProvider.createTrivialBlock
(Block p_239880_1_, ModelTextures p_239880_2_, ModelsUtil p_239880_3_) private ResourceLocation
BlockModelProvider.createTurtleEggModel
(int p_239865_1_, String p_239865_2_, ModelTextures p_239865_3_) ModelsUtil.createWithOverride
(Block p_240235_1_, String p_240235_2_, ModelTextures p_240235_3_, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> p_240235_4_) ModelsUtil.createWithSuffix
(Block p_240229_1_, String p_240229_2_, ModelTextures p_240229_3_, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> p_240229_4_) BlockModelProvider.family
(ModelTextures p_239905_1_) Method parameters in net.minecraft.data with type arguments of type ModelTexturesModifier and TypeMethodDescriptionprivate void
BlockModelProvider.createBeeNest
(Block p_239887_1_, Function<Block, ModelTextures> p_239887_2_) private void
BlockModelProvider.createCraftingTableLike
(Block p_239875_1_, Block p_239875_2_, BiFunction<Block, Block, ModelTextures> p_239875_3_) private static TexturedModel.ISupplier
TexturedModel.createDefault
(Function<Block, ModelTextures> p_240461_0_, ModelsUtil p_240461_1_) private ResourceLocation
BlockModelProvider.createSuffixedVariant
(Block p_239886_1_, String p_239886_2_, ModelsUtil p_239886_3_, Function<ResourceLocation, ModelTextures> p_239886_4_) BlockModelProvider.BlockTextureCombiner.fullBlock
(Function<ModelTextures, ResourceLocation> p_240059_1_) default TexturedModel.ISupplier
TexturedModel.ISupplier.updateTexture
(Consumer<ModelTextures> p_240467_1_) TexturedModel.updateTextures
(Consumer<ModelTextures> p_240460_1_) Constructors in net.minecraft.data with parameters of type ModelTexturesModifierConstructorDescriptionBlockTextureCombiner
(ModelTextures p_i232516_2_) LogsVariantHelper
(ModelTextures p_i232518_2_) private
TexturedModel
(ModelTextures p_i232548_1_, ModelsUtil p_i232548_2_)