public class BlockModel
| bgl | |
| net.minecraft.unmapped.C_68226429 | |
| net.minecraft.client.resource.model.BlockModel |
Field summary
| Modifier and Type | Field | ||||||
|---|---|---|---|---|---|---|---|
| private static final org.apache.logging.log4j.Logger |
| ||||||
| static final com.google.gson.Gson |
| ||||||
| private final List<BlockElement> |
| ||||||
| private final boolean |
| ||||||
| private final boolean |
| ||||||
| private ModelTransformations |
| ||||||
| public String |
| ||||||
| protected final Map<String, String> |
| ||||||
| protected BlockModel |
| ||||||
| protected Identifier |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| protected | (List<BlockElement> elements, Map<String, String> textures, boolean ambientOcclusion, boolean gui3d, ModelTransformations transformations) |
| protected | (Identifier parentLocation, Map<String, String> textures, boolean ambientOcclusion, boolean gui3d, ModelTransformations transformations) |
| private | (Identifier parentLocation, List<BlockElement> elements, Map<String, String> textures, boolean ambientOcclusion, boolean gui3d, ModelTransformations transformations) |
Method summary
| Modifier and Type | Method | ||||||
|---|---|---|---|---|---|---|---|
| public static BlockModel |
| ||||||
| public static BlockModel |
| ||||||
| public List<BlockElement> |
| ||||||
| private boolean |
| ||||||
| public boolean |
| ||||||
| public boolean |
| ||||||
| public boolean |
| ||||||
| public void |
| ||||||
| public boolean |
| ||||||
| public String |
| ||||||
| private String |
| ||||||
| private boolean |
| ||||||
| public Identifier |
| ||||||
| public BlockModel |
| ||||||
| public ModelTransformations |
| ||||||
| private ModelTransformation |
| ||||||
| public static void |
|