public class SimpleBakedModel extends java.lang.Object implements IBakedModel
| Modifier and Type | Class and Description |
|---|---|
static class |
SimpleBakedModel.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
ambientOcclusion |
protected ItemCameraTransforms |
cameraTransforms |
protected java.util.List |
faceQuads |
protected java.util.List |
generalQuads |
protected boolean |
gui3d |
protected TextureAtlasSprite |
texture |
| Constructor and Description |
|---|
SimpleBakedModel(java.util.List p_i46077_1_,
java.util.List p_i46077_2_,
boolean p_i46077_3_,
boolean p_i46077_4_,
TextureAtlasSprite p_i46077_5_,
ItemCameraTransforms p_i46077_6_) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getFaceQuads(EnumFacing p_177551_1_) |
java.util.List |
getGeneralQuads() |
ItemCameraTransforms |
getItemCameraTransforms() |
TextureAtlasSprite |
getTexture() |
boolean |
isAmbientOcclusion() |
boolean |
isBuiltInRenderer() |
boolean |
isGui3d() |
protected final java.util.List generalQuads
protected final java.util.List faceQuads
protected final boolean ambientOcclusion
protected final boolean gui3d
protected final TextureAtlasSprite texture
protected final ItemCameraTransforms cameraTransforms
public SimpleBakedModel(java.util.List p_i46077_1_,
java.util.List p_i46077_2_,
boolean p_i46077_3_,
boolean p_i46077_4_,
TextureAtlasSprite p_i46077_5_,
ItemCameraTransforms p_i46077_6_)
public java.util.List getFaceQuads(EnumFacing p_177551_1_)
getFaceQuads in interface IBakedModelpublic java.util.List getGeneralQuads()
getGeneralQuads in interface IBakedModelpublic boolean isAmbientOcclusion()
isAmbientOcclusion in interface IBakedModelpublic boolean isGui3d()
isGui3d in interface IBakedModelpublic boolean isBuiltInRenderer()
isBuiltInRenderer in interface IBakedModelpublic TextureAtlasSprite getTexture()
getTexture in interface IBakedModelpublic ItemCameraTransforms getItemCameraTransforms()
getItemCameraTransforms in interface IBakedModel