Modifier and Type | Class and Description |
---|---|
static class |
ModelDynBucket.LoaderDynBucket |
Modifier and Type | Field and Description |
---|---|
static ModelResourceLocation |
LOCATION |
static IModel |
MODEL |
Constructor and Description |
---|
ModelDynBucket() |
ModelDynBucket(ResourceLocation baseLocation,
ResourceLocation liquidLocation,
ResourceLocation coverLocation,
Fluid fluid,
boolean flipGas) |
Modifier and Type | Method and Description |
---|---|
IBakedModel |
bake(IModelState state,
VertexFormat format,
java.util.function.Function<ResourceLocation,TextureAtlasSprite> bakedTextureGetter) |
java.util.Collection<ResourceLocation> |
getTextures() |
ModelDynBucket |
process(com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> customData)
Sets the liquid in the model.
|
ModelDynBucket |
retexture(com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> textures)
Allows to use different textures for the model.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClip, getDefaultState, getDependencies, gui3d, smoothLighting, uvlock
public static final ModelResourceLocation LOCATION
public static final IModel MODEL
public ModelDynBucket()
public ModelDynBucket(@Nullable ResourceLocation baseLocation, @Nullable ResourceLocation liquidLocation, @Nullable ResourceLocation coverLocation, @Nullable Fluid fluid, boolean flipGas)
public java.util.Collection<ResourceLocation> getTextures()
getTextures
in interface IModel
public IBakedModel bake(IModelState state, VertexFormat format, java.util.function.Function<ResourceLocation,TextureAtlasSprite> bakedTextureGetter)
public ModelDynBucket process(com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> customData)
public ModelDynBucket retexture(com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> textures)