Package | Description |
---|---|
net.minecraftforge.client.model | |
net.minecraftforge.client.model.geometry | |
net.minecraftforge.client.model.obj |
Modifier and Type | Class and Description |
---|---|
private static class |
CompositeModel.Submodel |
Modifier and Type | Method and Description |
---|---|
java.util.Optional<? extends IModelGeometryPart> |
CompositeModel.Geometry.getPart(java.lang.String name) |
java.util.Collection<? extends IModelGeometryPart> |
CompositeModel.Geometry.getParts() |
Modifier and Type | Method and Description |
---|---|
default boolean |
IModelConfiguration.getPartVisibility(IModelGeometryPart part)
Queries the visibility information for the model parts.
|
default boolean |
IModelConfiguration.getPartVisibility(IModelGeometryPart part,
boolean fallback)
Queries the visibility information for the model parts.
|
boolean |
BlockModelConfiguration.getPartVisibility(IModelGeometryPart part,
boolean fallback) |
boolean |
BlockModelConfiguration.VisibilityData.hasCustomVisibility(IModelGeometryPart part) |
boolean |
BlockModelConfiguration.VisibilityData.isVisible(IModelGeometryPart part,
boolean fallback) |
Modifier and Type | Method and Description |
---|---|
java.util.Optional<? extends IModelGeometryPart> |
IMultipartModelGeometry.getPart(java.lang.String name) |
default java.util.Optional<? extends IModelGeometryPart> |
IModelGeometry.getPart(java.lang.String name) |
java.util.Collection<? extends IModelGeometryPart> |
IMultipartModelGeometry.getParts() |
default java.util.Collection<? extends IModelGeometryPart> |
IModelGeometry.getParts() |
Modifier and Type | Class and Description |
---|---|
class |
OBJModel.ModelGroup |
class |
OBJModel.ModelObject |
Modifier and Type | Method and Description |
---|---|
java.util.Optional<? extends IModelGeometryPart> |
OBJModel.getPart(java.lang.String name) |
java.util.Collection<? extends IModelGeometryPart> |
OBJModel.getParts() |
java.util.Collection<? extends IModelGeometryPart> |
OBJModel.ModelGroup.getParts() |