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 IBakedModel
public java.util.List getGeneralQuads()
getGeneralQuads
in interface IBakedModel
public boolean isAmbientOcclusion()
isAmbientOcclusion
in interface IBakedModel
public boolean isGui3d()
isGui3d
in interface IBakedModel
public boolean isBuiltInRenderer()
isBuiltInRenderer
in interface IBakedModel
public TextureAtlasSprite getTexture()
getTexture
in interface IBakedModel
public ItemCameraTransforms getItemCameraTransforms()
getItemCameraTransforms
in interface IBakedModel