public static class ModelFluid.BakedFluid extends java.lang.Object implements IFlexibleBakedModel, ISmartBlockModel, IPerspectiveAwareModel
ISmartBlockModel.PerspectiveWrapper, ISmartBlockModel.Wrapper
IPerspectiveAwareModel.MapWrapper
Constructor and Description |
---|
BakedFluid(<any> transformation,
<any> transforms,
VertexFormat format,
int color,
TextureAtlasSprite still,
TextureAtlasSprite flowing,
boolean gas,
<any> stateOption) |
BakedFluid(<any> transformation,
<any> transforms,
VertexFormat format,
int color,
TextureAtlasSprite still,
TextureAtlasSprite flowing,
boolean gas,
boolean statePresent,
int[] cornerRound,
int flowRound) |
BakedFluid(<any> transformation,
VertexFormat format,
int color,
TextureAtlasSprite still,
TextureAtlasSprite flowing,
boolean gas) |
BakedFluid(<any> transformation,
VertexFormat format,
int color,
TextureAtlasSprite still,
TextureAtlasSprite flowing,
boolean gas,
<any> stateOption) |
Modifier and Type | Method and Description |
---|---|
java.util.List<BakedQuad> |
getFaceQuads(EnumFacing side) |
VertexFormat |
getFormat() |
java.util.List<BakedQuad> |
getGeneralQuads() |
ItemCameraTransforms |
getItemCameraTransforms() |
TextureAtlasSprite |
getParticleTexture() |
IBakedModel |
handleBlockState(IBlockState state) |
<any> |
handlePerspective(ItemCameraTransforms.TransformType type) |
boolean |
isAmbientOcclusion() |
boolean |
isBuiltInRenderer() |
boolean |
isGui3d() |
public BakedFluid(<any> transformation, VertexFormat format, int color, TextureAtlasSprite still, TextureAtlasSprite flowing, boolean gas)
public BakedFluid(<any> transformation, VertexFormat format, int color, TextureAtlasSprite still, TextureAtlasSprite flowing, boolean gas, <any> stateOption)
public BakedFluid(<any> transformation, <any> transforms, VertexFormat format, int color, TextureAtlasSprite still, TextureAtlasSprite flowing, boolean gas, <any> stateOption)
public BakedFluid(<any> transformation, <any> transforms, VertexFormat format, int color, TextureAtlasSprite still, TextureAtlasSprite flowing, boolean gas, boolean statePresent, int[] cornerRound, int flowRound)
public boolean isAmbientOcclusion()
isAmbientOcclusion
in interface IBakedModel
public boolean isGui3d()
isGui3d
in interface IBakedModel
public boolean isBuiltInRenderer()
isBuiltInRenderer
in interface IBakedModel
public TextureAtlasSprite getParticleTexture()
getParticleTexture
in interface IBakedModel
public ItemCameraTransforms getItemCameraTransforms()
getItemCameraTransforms
in interface IBakedModel
public java.util.List<BakedQuad> getFaceQuads(EnumFacing side)
getFaceQuads
in interface IBakedModel
public java.util.List<BakedQuad> getGeneralQuads()
getGeneralQuads
in interface IBakedModel
public VertexFormat getFormat()
getFormat
in interface IFlexibleBakedModel
public IBakedModel handleBlockState(IBlockState state)
handleBlockState
in interface ISmartBlockModel
public <any> handlePerspective(ItemCameraTransforms.TransformType type)
handlePerspective
in interface IPerspectiveAwareModel