public class BlockModel
| bgl | |
| net.minecraft.class_2445 | |
| net.minecraft.client.resource.model.BlockModel | |
| net.minecraft.client.renderer.block.model.ModelBlock |
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 |
|