public static class ModelFluid.BakedFluid extends java.lang.Object implements IFlexibleBakedModel, ISmartBlockModel, IPerspectiveAwareModel
ISmartBlockModel.PerspectiveWrapper, ISmartBlockModel.WrapperIPerspectiveAwareModel.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 IBakedModelpublic boolean isGui3d()
isGui3d in interface IBakedModelpublic boolean isBuiltInRenderer()
isBuiltInRenderer in interface IBakedModelpublic TextureAtlasSprite getParticleTexture()
getParticleTexture in interface IBakedModelpublic ItemCameraTransforms getItemCameraTransforms()
getItemCameraTransforms in interface IBakedModelpublic java.util.List<BakedQuad> getFaceQuads(EnumFacing side)
getFaceQuads in interface IBakedModelpublic java.util.List<BakedQuad> getGeneralQuads()
getGeneralQuads in interface IBakedModelpublic VertexFormat getFormat()
getFormat in interface IFlexibleBakedModelpublic IBakedModel handleBlockState(IBlockState state)
handleBlockState in interface ISmartBlockModelpublic <any> handlePerspective(ItemCameraTransforms.TransformType type)
handlePerspective in interface IPerspectiveAwareModel