public final class ModelFluid extends java.lang.Object implements IModelCustomData
| Modifier and Type | Class and Description |
|---|---|
static class |
ModelFluid.FluidLoader |
| Modifier and Type | Field and Description |
|---|---|
static ModelFluid |
LAVA |
static ModelFluid |
WATER |
| Constructor and Description |
|---|
ModelFluid(Fluid fluid) |
| Modifier and Type | Method and Description |
|---|---|
IBakedModel |
bake(IModelState state,
VertexFormat format,
com.google.common.base.Function<ResourceLocation,TextureAtlasSprite> bakedTextureGetter) |
IModelState |
getDefaultState() |
java.util.Collection<ResourceLocation> |
getDependencies() |
java.util.Collection<ResourceLocation> |
getTextures() |
ModelFluid |
process(com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> customData)
Allows the model to process custom data from the variant definition.
|
public static final ModelFluid WATER
public static final ModelFluid LAVA
public ModelFluid(Fluid fluid)
public java.util.Collection<ResourceLocation> getDependencies()
getDependencies in interface IModelpublic java.util.Collection<ResourceLocation> getTextures()
getTextures in interface IModelpublic IBakedModel bake(IModelState state, VertexFormat format, com.google.common.base.Function<ResourceLocation,TextureAtlasSprite> bakedTextureGetter)
public IModelState getDefaultState()
getDefaultState in interface IModelpublic ModelFluid process(com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> customData)
IModelCustomDataprocess in interface IModelCustomData