public class BasicBakedModel
implements BakedModel
| cgd | |
| net.minecraft.unmapped.C_25236929 | |
| net.minecraft.client.render.model.block.BasicBakedModel |
Field summary
| Modifier and Type | Field | ||||||
|---|---|---|---|---|---|---|---|
| protected final List<BakedQuad> |
| ||||||
| protected final Map<Direction, List<BakedQuad>> |
| ||||||
| protected final boolean |
| ||||||
| protected final boolean |
| ||||||
| protected final TextureAtlasSprite |
| ||||||
| protected final ModelTransformations |
| ||||||
| protected final ItemOverrides |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (List<BakedQuad> unculledFaces, Map<Direction, List<BakedQuad>> culledFaces, boolean ambientOcclusion, boolean gui3d, TextureAtlasSprite particleIcon, ModelTransformations transforms, ItemOverrides overrides) |
Method summary
| Modifier and Type | Method | ||||||
|---|---|---|---|---|---|---|---|
| public List<BakedQuad> |
| ||||||
| public boolean |
| ||||||
| public boolean |
| ||||||
| public boolean |
| ||||||
| public TextureAtlasSprite |
| ||||||
| public ModelTransformations |
| ||||||
| public ItemOverrides |
|