Class B3DModel
java.lang.Object
net.minecraftforge.client.model.b3d.B3DModel
Deprecated, for removal: This API element is subject to removal in a future version.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Deprecated, for removal: This API element is subject to removal in a future version.static class
Deprecated, for removal: This API element is subject to removal in a future version.static class
Deprecated, for removal: This API element is subject to removal in a future version.static class
Deprecated, for removal: This API element is subject to removal in a future version.static interface
B3DModel.IKind<K extends B3DModel.IKind<K>>
Deprecated, for removal: This API element is subject to removal in a future version.static class
Deprecated, for removal: This API element is subject to removal in a future version.static class
Deprecated, for removal: This API element is subject to removal in a future version.static class
B3DModel.Node<K extends B3DModel.IKind<K>>
Deprecated, for removal: This API element is subject to removal in a future version.static class
Deprecated, for removal: This API element is subject to removal in a future version.static class
Deprecated, for removal: This API element is subject to removal in a future version.static class
Deprecated, for removal: This API element is subject to removal in a future version.static class
Deprecated, for removal: This API element is subject to removal in a future version. -
Field Summary
Modifier and TypeFieldDescriptionprivate final List<B3DModel.Brush>
Deprecated, for removal: This API element is subject to removal in a future version.(package private) static final org.apache.logging.log4j.Logger
Deprecated, for removal: This API element is subject to removal in a future version.private final com.google.common.collect.ImmutableMap<String,
B3DModel.Node<B3DModel.Mesh>> Deprecated, for removal: This API element is subject to removal in a future version.private static final boolean
Deprecated, for removal: This API element is subject to removal in a future version.private final B3DModel.Node<?>
Deprecated, for removal: This API element is subject to removal in a future version.private final List<B3DModel.Texture>
Deprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorDescriptionB3DModel
(List<B3DModel.Texture> textures, List<B3DModel.Brush> brushes, B3DModel.Node<?> root, com.google.common.collect.ImmutableMap<String, B3DModel.Node<B3DModel.Mesh>> meshes) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.com.google.common.collect.ImmutableMap<String,
B3DModel.Node<B3DModel.Mesh>> Deprecated, for removal: This API element is subject to removal in a future version.getRoot()
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
logger
static final org.apache.logging.log4j.Logger loggerDeprecated, for removal: This API element is subject to removal in a future version. -
printLoadedModels
private static final boolean printLoadedModelsDeprecated, for removal: This API element is subject to removal in a future version. -
textures
Deprecated, for removal: This API element is subject to removal in a future version. -
brushes
Deprecated, for removal: This API element is subject to removal in a future version. -
root
Deprecated, for removal: This API element is subject to removal in a future version. -
meshes
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
B3DModel
public B3DModel(List<B3DModel.Texture> textures, List<B3DModel.Brush> brushes, B3DModel.Node<?> root, com.google.common.collect.ImmutableMap<String, B3DModel.Node<B3DModel.Mesh>> meshes) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getTextures
Deprecated, for removal: This API element is subject to removal in a future version. -
getBrushes
Deprecated, for removal: This API element is subject to removal in a future version. -
getRoot
Deprecated, for removal: This API element is subject to removal in a future version. -
getMeshes
Deprecated, for removal: This API element is subject to removal in a future version.
-