Uses of Class
net.minecraft.data.models.model.TextureMapping
Packages that use TextureMapping
-
Uses of TextureMapping in net.minecraft.data.models
Fields in net.minecraft.data.models declared as TextureMappingModifier and TypeFieldDescriptionprivate final TextureMapping
BlockModelGenerators.WoodProvider.logMapping
private final TextureMapping
BlockModelGenerators.BlockFamilyProvider.mapping
Methods in net.minecraft.data.models with parameters of type TextureMappingModifier and TypeMethodDescriptionBlockModelGenerators.BlockStateGeneratorSupplier.create
(Block pBlock, ResourceLocation pModelLocation, TextureMapping pTextureMapping, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> pModelOutput) private void
BlockModelGenerators.createCrossBlock
(Block pCrossBlock, BlockModelGenerators.TintState pTintState, TextureMapping pTextureMapping) private void
BlockModelGenerators.createCrossBlockWithDefaultItem
(Block pCrossBlock, BlockModelGenerators.TintState pTintState, TextureMapping pTextureMapping) private static BlockStateGenerator
BlockModelGenerators.createMirroredColumnGenerator
(Block p_176180_, ResourceLocation p_176181_, TextureMapping p_176182_, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> p_176183_) private static BlockStateGenerator
BlockModelGenerators.createMirroredCubeGenerator
(Block p_176110_, ResourceLocation p_176111_, TextureMapping p_176112_, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> p_176113_) private static BlockStateGenerator
BlockModelGenerators.createNorthWestMirroredCubeGenerator
(Block p_236317_, ResourceLocation p_236318_, TextureMapping p_236319_, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> p_236320_) (package private) static BlockStateGenerator
BlockModelGenerators.createPillarBlockUVLocked
(Block pBlock, TextureMapping pTextureMapping, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> pModelOutput) private void
BlockModelGenerators.createPistonVariant
(Block pPistonBlock, ResourceLocation pBaseModelLocation, TextureMapping pTopTextureMapping) private void
BlockModelGenerators.createPumpkinVariant
(Block pPumpkinBlock, TextureMapping pColumnTextureMapping) private void
BlockModelGenerators.createTrivialBlock
(Block pBlock, TextureMapping pTextureMapping, ModelTemplate pModelTemplate) private ResourceLocation
BlockModelGenerators.createTurtleEggModel
(int pHatchAmount, String pVariantName, TextureMapping pTextureMapping) Method parameters in net.minecraft.data.models with type arguments of type TextureMappingModifier and TypeMethodDescriptionprivate void
BlockModelGenerators.createBeeNest
(Block pBeeNestBlock, Function<Block, TextureMapping> pTextureMappingGetter) private void
BlockModelGenerators.createCraftingTableLike
(Block pCraftingTableBlock, Block pCraftingTableMaterialBlock, BiFunction<Block, Block, TextureMapping> pTextureMappingGetter) private ResourceLocation
BlockModelGenerators.createSuffixedVariant
(Block pBlock, String pSuffix, ModelTemplate pModelTemplate, Function<ResourceLocation, TextureMapping> pTextureMappingGetter) Constructors in net.minecraft.data.models with parameters of type TextureMappingModifierConstructorDescriptionBlockFamilyProvider
(TextureMapping pMapping) WoodProvider
(TextureMapping pLogMapping) -
Uses of TextureMapping in net.minecraft.data.models.model
Fields in net.minecraft.data.models.model declared as TextureMappingMethods in net.minecraft.data.models.model that return TextureMappingModifier and TypeMethodDescriptionstatic TextureMapping
TextureMapping.attachedStem
(Block pUnattachedStemBlock, Block pAttachedStemBlock) static TextureMapping
static TextureMapping
TextureMapping.candleCake
(Block pCandleCakeBlock, boolean pLit) static TextureMapping
TextureMapping.cauldron
(ResourceLocation pCauldronContentTextureLocation) static TextureMapping
TextureMapping.column
(ResourceLocation pSideTextureLocation, ResourceLocation pEndTextureLocation) static TextureMapping
static TextureMapping
TextureMapping.columnWithWall
(Block pColumnBlock) static TextureMapping
TextureMapping.commandBlock
(Block pCommandBlock) TextureMapping.copyAndUpdate
(TextureSlot pTextureSlot, ResourceLocation pTextureLocation) TextureMapping.copyForced
(TextureSlot pSourceSlot, TextureSlot pTargetSlot) TextureMapping.copySlot
(TextureSlot pSourceSlot, TextureSlot pTargetSlot) static TextureMapping
TextureMapping.craftingTable
(Block pCraftingTableBlock, Block pCraftingTableMaterialBlock) static TextureMapping
TextureMapping.crop
(ResourceLocation pCropTextureLocation) static TextureMapping
TextureMapping.cross
(ResourceLocation pCrossTextureLocation) static TextureMapping
static TextureMapping
TextureMapping.cube
(ResourceLocation pAllTextureLocation) static TextureMapping
static TextureMapping
TextureMapping.cubeBottomTop
(Block pBlock) static TextureMapping
TextureMapping.cubeBottomTopWithWall
(Block pBlock) static TextureMapping
static TextureMapping
TextureMapping.customParticle
(Block pBlock) static TextureMapping
TextureMapping.defaultTexture
(ResourceLocation pTextureLocation) static TextureMapping
TextureMapping.defaultTexture
(Block pBlock) static TextureMapping
TextureMapping.door
(ResourceLocation pTopTextureLocation, ResourceLocation pBottomTextureLocation) static TextureMapping
static TextureMapping
static TextureMapping
static TextureMapping
static TextureMapping
static TextureMapping
TextureMapping.fletchingTable
(Block pFletchingTableBlock, Block pFletchingTableMaterialBlock) static TextureMapping
TexturedModel.getMapping()
static TextureMapping
static TextureMapping
TextureMapping.layer0
(ResourceLocation pLayerZeroTextureLocation) static TextureMapping
static TextureMapping
static TextureMapping
TextureMapping.layered
(ResourceLocation pLayer0, ResourceLocation pLayer1) static TextureMapping
TextureMapping.layered
(ResourceLocation pLayer0, ResourceLocation pLayer1, ResourceLocation pLayer2) static TextureMapping
static TextureMapping
TextureMapping.orientableCube
(Block pBlock) static TextureMapping
TextureMapping.orientableCubeOnlyTop
(Block pBlock) static TextureMapping
TextureMapping.orientableCubeSameEnds
(Block pBlock) static TextureMapping
static TextureMapping
TextureMapping.particle
(ResourceLocation pTextureLocation) static TextureMapping
static TextureMapping
TextureMapping.particleFromItem
(Item pParticleItem) static TextureMapping
static TextureMapping
TextureMapping.plant
(ResourceLocation pPlantTextureLocation) static TextureMapping
static TextureMapping
TextureMapping.pottedAzalea
(Block pAzaleaBlock) TextureMapping.put
(TextureSlot pTextureSlot, ResourceLocation pTextureLocation) TextureMapping.putForced
(TextureSlot pTextureSlot, ResourceLocation pTextureLocation) static TextureMapping
TextureMapping.rail
(ResourceLocation pRailTextureLocation) static TextureMapping
static TextureMapping
TextureMapping.sculkShrieker
(boolean pCanSummon) static TextureMapping
TextureMapping.singleSlot
(TextureSlot pTextureSlot, ResourceLocation pTextureLocation) static TextureMapping
TextureMapping.snifferEgg
(String pCrackLevel) static TextureMapping
static TextureMapping
static TextureMapping
TextureMapping.torch
(ResourceLocation pTorchTextureLocation) static TextureMapping
static TextureMapping
TextureMapping.trialSpawner
(Block pTrialSpawnerBlock, String pSideSuffix, String pTopSuffix) static TextureMapping
TextureMapping.vault
(Block pVaultBlock, String pFrontSuffix, String pSideSuffix, String pTopSuffix, String pBottomSuffix) static TextureMapping
TextureMapping.wool
(ResourceLocation pWoolTextureLocation) static TextureMapping
Methods in net.minecraft.data.models.model with parameters of type TextureMappingModifier and TypeMethodDescriptionModelTemplate.create
(ResourceLocation pModelLocation, TextureMapping pTextureMapping, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> pModelOutput) ModelTemplate.create
(ResourceLocation pModelLocation, TextureMapping pTextureMapping, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> pModelOutput, ModelTemplate.JsonFactory pFactory) ModelTemplate.create
(Block pModelBlock, TextureMapping pTextureMapping, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> pModelOutput) private Map
<TextureSlot, ResourceLocation> ModelTemplate.createMap
(TextureMapping pTextureMapping) ModelTemplate.createWithOverride
(Block pModelBlock, String pModelLocationSuffix, TextureMapping pTextureMapping, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> pModelOutput) ModelTemplate.createWithSuffix
(Block pModelBlock, String pModelLocationSuffix, TextureMapping pTextureMapping, BiConsumer<ResourceLocation, Supplier<com.google.gson.JsonElement>> pModelOutput) Method parameters in net.minecraft.data.models.model with type arguments of type TextureMappingModifier and TypeMethodDescriptionprivate static TexturedModel.Provider
TexturedModel.createDefault
(Function<Block, TextureMapping> pBlockToTextureMapping, ModelTemplate pModelTemplate) default TexturedModel.Provider
TexturedModel.Provider.updateTexture
(Consumer<TextureMapping> pTextureMappingConsumer) TexturedModel.updateTextures
(Consumer<TextureMapping> pTextureMappingConsumer) Constructors in net.minecraft.data.models.model with parameters of type TextureMappingModifierConstructorDescriptionprivate
TexturedModel
(TextureMapping pMapping, ModelTemplate pTemplate)