Package | Description |
---|---|
net.minecraftforge.client.model |
Modifier and Type | Field and Description |
---|---|
private DynamicBucketModel |
DynamicBucketModel.BakedModel.parent |
Modifier and Type | Method and Description |
---|---|
DynamicBucketModel |
DynamicBucketModel.Loader.read(com.google.gson.JsonDeserializationContext deserializationContext,
com.google.gson.JsonObject modelContents) |
DynamicBucketModel |
DynamicBucketModel.withFluid(Fluid newFluid)
Returns a new ModelDynBucket representing the given fluid, but with the same
other properties (flipGas, tint, coverIsMask).
|
Constructor and Description |
---|
BakedModel(ModelBakery bakery,
IModelConfiguration owner,
DynamicBucketModel parent,
com.google.common.collect.ImmutableList<BakedQuad> quads,
TextureAtlasSprite particle,
com.google.common.collect.ImmutableMap<ItemCameraTransforms.TransformType,TransformationMatrix> transforms,
java.util.Map<java.lang.String,IBakedModel> cache,
boolean untransformed,
IModelTransform originalTransform,
boolean isSideLit) |