Package | Description |
---|---|
net.minecraftforge.client.model |
Modifier and Type | Field and Description |
---|---|
private ModelDynBucket |
ModelDynBucket.BakedDynBucket.parent |
Modifier and Type | Method and Description |
---|---|
ModelDynBucket |
ModelDynBucket.process(com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> customData)
Sets the fluid in the model.
|
ModelDynBucket |
ModelDynBucket.retexture(com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> textures)
Allows to use different textures for the model.
|
Constructor and Description |
---|
BakedDynBucket(ModelDynBucket parent,
com.google.common.collect.ImmutableList<BakedQuad> quads,
TextureAtlasSprite particle,
VertexFormat format,
com.google.common.collect.ImmutableMap<ItemCameraTransforms.TransformType,TRSRTransformation> transforms,
java.util.Map<java.lang.String,IBakedModel> cache,
boolean untransformed) |