Class BlockbenchModel.Texture

java.lang.Object
com.ticxo.modelengine.api.generator.parser.blockbench.BlockbenchModel.Texture
Enclosing class:
BlockbenchModel

public static class BlockbenchModel.Texture extends Object
  • Field Details

    • name

      protected String name
    • folder

      protected String folder
    • namespace

      protected String namespace
    • id

      protected String id
    • width

      protected Integer width
    • height

      protected Integer height
    • uv_width

      protected Integer uv_width
    • uv_height

      protected Integer uv_height
    • frame_time

      protected Integer frame_time
    • frame_order

      protected String frame_order
    • frame_interpolate

      protected Boolean frame_interpolate
    • uuid

      protected UUID uuid
    • raw_mcmeta

      protected String raw_mcmeta
    • source

      protected String source
  • Constructor Details

    • Texture

      public Texture()
  • Method Details

    • getName

      public String getName()
    • getFolder

      public String getFolder()
    • getNamespace

      public String getNamespace()
    • getId

      public String getId()
    • getWidth

      public Integer getWidth()
    • getHeight

      public Integer getHeight()
    • getUv_width

      public Integer getUv_width()
    • getUv_height

      public Integer getUv_height()
    • getFrame_time

      public Integer getFrame_time()
    • getFrame_order

      public String getFrame_order()
    • getFrame_interpolate

      public Boolean getFrame_interpolate()
    • getUuid

      public UUID getUuid()
    • getRaw_mcmeta

      public String getRaw_mcmeta()
    • getSource

      public String getSource()