Class B3DModel

java.lang.Object
net.minecraftforge.client.model.b3d.B3DModel

@Deprecated(forRemoval=true, since="1.18") public class B3DModel extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    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.
     
    static interface 
    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.
     
    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

    Fields
    Modifier and Type
    Field
    Description
    private 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

    Constructors
    Constructor
    Description
    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 Summary

    Modifier and Type
    Method
    Description
    Deprecated, 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.
     
    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.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • logger

      static final org.apache.logging.log4j.Logger logger
      Deprecated, for removal: This API element is subject to removal in a future version.
    • printLoadedModels

      private static final boolean printLoadedModels
      Deprecated, for removal: This API element is subject to removal in a future version.
    • textures

      private final List<B3DModel.Texture> textures
      Deprecated, for removal: This API element is subject to removal in a future version.
    • brushes

      private final List<B3DModel.Brush> brushes
      Deprecated, for removal: This API element is subject to removal in a future version.
    • root

      private final B3DModel.Node<?> root
      Deprecated, for removal: This API element is subject to removal in a future version.
    • meshes

      private final 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.
  • Constructor Details

  • Method Details

    • getTextures

      public List<B3DModel.Texture> getTextures()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getBrushes

      public List<B3DModel.Brush> getBrushes()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getRoot

      public B3DModel.Node<?> getRoot()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getMeshes

      public com.google.common.collect.ImmutableMap<String,B3DModel.Node<B3DModel.Mesh>> getMeshes()
      Deprecated, for removal: This API element is subject to removal in a future version.