Package net.minecraft.data
Class ModelTextures
- java.lang.Object
-
- net.minecraft.data.ModelTextures
-
public class ModelTextures extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Set<StockTextureAliases>
forcedSlots
private java.util.Map<StockTextureAliases,ResourceLocation>
slots
-
Constructor Summary
Constructors Constructor Description ModelTextures()
-
Method Summary
-
-
-
Field Detail
-
slots
private final java.util.Map<StockTextureAliases,ResourceLocation> slots
-
forcedSlots
private final java.util.Set<StockTextureAliases> forcedSlots
-
-
Method Detail
-
put
public ModelTextures put(StockTextureAliases p_240349_1_, ResourceLocation p_240349_2_)
-
getForced
public java.util.stream.Stream<StockTextureAliases> getForced()
-
copyForced
public ModelTextures copyForced(StockTextureAliases p_240355_1_, StockTextureAliases p_240355_2_)
-
get
public ResourceLocation get(StockTextureAliases p_240348_1_)
-
copyAndUpdate
public ModelTextures copyAndUpdate(StockTextureAliases p_240360_1_, ResourceLocation p_240360_2_)
-
cube
public static ModelTextures cube(Block p_240345_0_)
-
defaultTexture
public static ModelTextures defaultTexture(Block p_240353_0_)
-
defaultTexture
public static ModelTextures defaultTexture(ResourceLocation p_240350_0_)
-
cube
public static ModelTextures cube(ResourceLocation p_240356_0_)
-
cross
public static ModelTextures cross(Block p_240358_0_)
-
cross
public static ModelTextures cross(ResourceLocation p_240361_0_)
-
plant
public static ModelTextures plant(Block p_240362_0_)
-
plant
public static ModelTextures plant(ResourceLocation p_240365_0_)
-
rail
public static ModelTextures rail(Block p_240366_0_)
-
rail
public static ModelTextures rail(ResourceLocation p_240367_0_)
-
wool
public static ModelTextures wool(Block p_240368_0_)
-
stem
public static ModelTextures stem(Block p_240369_0_)
-
attachedStem
public static ModelTextures attachedStem(Block p_240346_0_, Block p_240346_1_)
-
pattern
public static ModelTextures pattern(Block p_240371_0_)
-
fan
public static ModelTextures fan(Block p_240373_0_)
-
crop
public static ModelTextures crop(ResourceLocation p_240370_0_)
-
pane
public static ModelTextures pane(Block p_240354_0_, Block p_240354_1_)
-
singleSlot
public static ModelTextures singleSlot(StockTextureAliases p_240364_0_, ResourceLocation p_240364_1_)
-
column
public static ModelTextures column(Block p_240375_0_)
-
cubeTop
public static ModelTextures cubeTop(Block p_240377_0_)
-
logColumn
public static ModelTextures logColumn(Block p_240378_0_)
-
column
public static ModelTextures column(ResourceLocation p_240351_0_, ResourceLocation p_240351_1_)
-
cubeBottomTop
public static ModelTextures cubeBottomTop(Block p_240379_0_)
-
cubeBottomTopWithWall
public static ModelTextures cubeBottomTopWithWall(Block p_240380_0_)
-
columnWithWall
public static ModelTextures columnWithWall(Block p_240381_0_)
-
door
public static ModelTextures door(Block p_240382_0_)
-
particle
public static ModelTextures particle(Block p_240383_0_)
-
particle
public static ModelTextures particle(ResourceLocation p_240372_0_)
-
fire0
public static ModelTextures fire0(Block p_240384_0_)
-
fire1
public static ModelTextures fire1(Block p_240385_0_)
-
lantern
public static ModelTextures lantern(Block p_240386_0_)
-
torch
public static ModelTextures torch(Block p_240387_0_)
-
torch
public static ModelTextures torch(ResourceLocation p_240374_0_)
-
particleFromItem
public static ModelTextures particleFromItem(Item p_240343_0_)
-
commandBlock
public static ModelTextures commandBlock(Block p_240388_0_)
-
orientableCube
public static ModelTextures orientableCube(Block p_240389_0_)
-
orientableCubeOnlyTop
public static ModelTextures orientableCubeOnlyTop(Block p_240390_0_)
-
orientableCubeSameEnds
public static ModelTextures orientableCubeSameEnds(Block p_240391_0_)
-
top
public static ModelTextures top(Block p_240392_0_)
-
craftingTable
public static ModelTextures craftingTable(Block p_240359_0_, Block p_240359_1_)
-
fletchingTable
public static ModelTextures fletchingTable(Block p_240363_0_, Block p_240363_1_)
-
campfire
public static ModelTextures campfire(Block p_240339_0_)
-
layer0
public static ModelTextures layer0(Item p_240352_0_)
-
layer0
public static ModelTextures layer0(Block p_240340_0_)
-
layer0
public static ModelTextures layer0(ResourceLocation p_240376_0_)
-
getBlockTexture
public static ResourceLocation getBlockTexture(Block p_240341_0_)
-
getBlockTexture
public static ResourceLocation getBlockTexture(Block p_240347_0_, java.lang.String p_240347_1_)
-
getItemTexture
public static ResourceLocation getItemTexture(Item p_240357_0_)
-
getItemTexture
public static ResourceLocation getItemTexture(Item p_240344_0_, java.lang.String p_240344_1_)
-
-