Class BBTexture

java.lang.Object
com.github.darksoulq.abyssallib.common.model.blockbench.texture.BBTexture

public class BBTexture extends Object
  • Constructor Details

    • BBTexture

      public BBTexture(String uuid, String id, String name, String path, String folder, String namespace, String group, boolean particle, String renderMode, String renderSides, int fps, String frameOrderType, boolean visible, String source, int width, int height, int uvWidth, int uvHeight, int frameTime, boolean frameInterpolate, int[] frames)
  • Method Details

    • getUuid

      public String getUuid()
    • getId

      public String getId()
    • getName

      public String getName()
    • getPath

      public String getPath()
    • getFolder

      public String getFolder()
    • getNamespace

      public String getNamespace()
    • getGroup

      public String getGroup()
    • isParticle

      public boolean isParticle()
    • getRenderMode

      public String getRenderMode()
    • getRenderSides

      public String getRenderSides()
    • getFps

      public int getFps()
    • getFrameOrderType

      public String getFrameOrderType()
    • isVisible

      public boolean isVisible()
    • getData

      public byte[] getData()
    • getWidth

      public int getWidth()
    • getHeight

      public int getHeight()
    • getUvWidth

      public int getUvWidth()
    • getUvHeight

      public int getUvHeight()
    • getFrameTime

      public int getFrameTime()
    • isFrameInterpolate

      public boolean isFrameInterpolate()
    • getFrames

      public int[] getFrames()