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
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated, for removal: This API element is subject to removal in a future version.static classDeprecated, for removal: This API element is subject to removal in a future version.static classDeprecated, for removal: This API element is subject to removal in a future version.static classDeprecated, for removal: This API element is subject to removal in a future version.static interfaceB3DModel.IKind<K extends B3DModel.IKind<K>>Deprecated, for removal: This API element is subject to removal in a future version.static classDeprecated, for removal: This API element is subject to removal in a future version.static classDeprecated, for removal: This API element is subject to removal in a future version.static classB3DModel.Node<K extends B3DModel.IKind<K>>Deprecated, for removal: This API element is subject to removal in a future version.static classDeprecated, for removal: This API element is subject to removal in a future version.static classDeprecated, for removal: This API element is subject to removal in a future version.static classDeprecated, for removal: This API element is subject to removal in a future version.static classDeprecated, for removal: This API element is subject to removal in a future version. -
Field Summary
FieldsModifier 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.LoggerDeprecated, 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 booleanDeprecated, 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
ConstructorsConstructorDescriptionB3DModel(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.
-