Class BBTexture
java.lang.Object
com.github.darksoulq.abyssallib.common.model.blockbench.texture.BBTexture
-
Constructor Summary
ConstructorsConstructorDescriptionBBTexture(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 Summary
-
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
-
getId
-
getName
-
getPath
-
getFolder
-
getNamespace
-
getGroup
-
isParticle
public boolean isParticle() -
getRenderMode
-
getRenderSides
-
getFps
public int getFps() -
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()
-