Package | Description |
---|---|
net.minecraft.client.renderer.model | |
net.minecraftforge.client.model | |
net.minecraftforge.client.model.animation | |
net.minecraftforge.client.model.generators |
Modifier and Type | Field and Description |
---|---|
private java.util.List<BlockPart> |
BlockModel.elements |
Modifier and Type | Method and Description |
---|---|
BlockPart |
BlockPart.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.List<BlockPart> |
ItemModelGenerator.getBlockParts(int tintIndex,
java.lang.String textureIn,
TextureAtlasSprite spriteIn) |
private java.util.List<BlockPart> |
ItemModelGenerator.getBlockParts(TextureAtlasSprite spriteIn,
java.lang.String textureIn,
int tintIndexIn) |
java.util.List<BlockPart> |
BlockModel.getElements()
Deprecated.
|
protected java.util.List<BlockPart> |
BlockModel.Deserializer.getModelElements(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) |
static BakedQuad |
BlockModel.makeBakedQuad(BlockPart partIn,
BlockPartFace partFaceIn,
TextureAtlasSprite spriteIn,
Direction directionIn,
IModelTransform transformIn,
ResourceLocation locationIn) |
Constructor and Description |
---|
BlockModel(ResourceLocation p_i230056_1_,
java.util.List<BlockPart> p_i230056_2_,
java.util.Map<java.lang.String,com.mojang.datafixers.util.Either<Material,java.lang.String>> p_i230056_3_,
boolean p_i230056_4_,
BlockModel.GuiLight p_i230056_5_,
ItemCameraTransforms p_i230056_6_,
java.util.List<ItemOverride> p_i230056_7_) |
Modifier and Type | Field and Description |
---|---|
private java.util.List<BlockPart> |
ModelLoaderRegistry.VanillaProxy.elements |
Modifier and Type | Method and Description |
---|---|
private java.util.List<BlockPart> |
ModelLoaderRegistry.VanillaProxy.Loader.getModelElements(com.google.gson.JsonDeserializationContext deserializationContext,
com.google.gson.JsonObject object) |
Constructor and Description |
---|
VanillaProxy(java.util.List<BlockPart> list) |
Modifier and Type | Method and Description |
---|---|
TransformationMatrix |
ModelBlockAnimation.getPartTransform(IModelTransform state,
BlockPart part,
int i) |
Modifier and Type | Method and Description |
---|---|
(package private) BlockPart |
ModelBuilder.ElementBuilder.build() |