Package | Description |
---|---|
net.minecraft.client.renderer.model | |
net.minecraftforge.client.model.generators |
Modifier and Type | Field and Description |
---|---|
java.util.Map<Direction,BlockPartFace> |
BlockPart.mapFaces |
Modifier and Type | Method and Description |
---|---|
BlockPartFace |
BlockPartFace.Deserializer.deserialize(com.google.gson.JsonElement p_deserialize_1_,
java.lang.reflect.Type p_deserialize_2_,
com.google.gson.JsonDeserializationContext p_deserialize_3_) |
Modifier and Type | Method and Description |
---|---|
private java.util.Map<Direction,BlockPartFace> |
BlockPart.Deserializer.parseFaces(com.google.gson.JsonDeserializationContext deserializationContext,
com.google.gson.JsonObject object) |
private java.util.Map<Direction,BlockPartFace> |
BlockPart.Deserializer.parseFacesCheck(com.google.gson.JsonDeserializationContext deserializationContext,
com.google.gson.JsonObject object) |
Modifier and Type | Method and Description |
---|---|
private static BakedQuad |
BlockModel.bakeFace(BlockPart partIn,
BlockPartFace partFaceIn,
TextureAtlasSprite spriteIn,
Direction directionIn,
IModelTransform transformIn,
ResourceLocation locationIn) |
BakedQuad |
FaceBakery.bakeQuad(Vector3f posFrom,
Vector3f posTo,
BlockPartFace face,
TextureAtlasSprite sprite,
Direction facing,
IModelTransform transformIn,
BlockPartRotation partRotation,
boolean shade,
ResourceLocation modelLocationIn) |
static BakedQuad |
BlockModel.makeBakedQuad(BlockPart partIn,
BlockPartFace partFaceIn,
TextureAtlasSprite spriteIn,
Direction directionIn,
IModelTransform transformIn,
ResourceLocation locationIn) |
Constructor and Description |
---|
BlockPart(Vector3f p_i47624_1_,
Vector3f p_i47624_2_,
java.util.Map<Direction,BlockPartFace> p_i47624_3_,
BlockPartRotation p_i47624_4_,
boolean p_i47624_5_) |
Modifier and Type | Method and Description |
---|---|
(package private) BlockPartFace |
ModelBuilder.ElementBuilder.FaceBuilder.build() |