implements IBakedModel
| dfg | |
| net.minecraft.client.renderer.model.SimpleBakedModel |
Field summary
| Modifier and Type | Field | ||||
|---|---|---|---|---|---|
| protected final List<BakedQuad> |
| ||||
| protected final Map<EnumDirection, List<BakedQuad>> |
| ||||
| protected final boolean |
| ||||
| protected final boolean |
| ||||
| protected final TextureAtlasSprite |
| ||||
| protected final ItemCameraTransforms |
| ||||
| protected final ItemOverrideList |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (List<BakedQuad> arg0, Map<EnumDirection, List<BakedQuad>> arg1, boolean arg2, boolean arg3, TextureAtlasSprite arg4, ItemCameraTransforms arg5, ItemOverrideList arg6) |
Method summary
| Modifier and Type | Method | ||||
|---|---|---|---|---|---|
| public List<BakedQuad> |
| ||||
| public boolean |
| ||||
| public boolean |
| ||||
| public boolean |
| ||||
| public TextureAtlasSprite |
| ||||
| public ItemCameraTransforms |
| ||||
| public ItemOverrideList |
|