类 EffekseerEffect
java.lang.Object
mod.chloeprime.aaaparticles.api.client.effekseer.EffekseerEffect
- 所有已实现的接口:
Closeable, AutoCloseable
Wrapper of
EffekseerEffectCore with lowerCamelCase method names.- 从以下版本开始:
- 1.0.0
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidclose()intprotected voidfinalize()getCurvePath(int index) final EffekseerEffectCoregetImpl()getMaterialPath(int index) getModelPath(int index) getTexturePath(int index, TextureType type) booleanisCurveLoaded(int index) booleanisLoaded()booleanisMaterialLoaded(int index) booleanisModelLoaded(int index) booleanisTextureLoaded(int index, TextureType type) booleanload(byte[] data, int length, float amplifier) booleanload(InputStream stream, float amplifier) booleanloadCurve(byte[] data, int length, int index) booleanloadCurve(InputStream stream, int index) booleanloadMaterial(byte[] data, int length, int index) booleanloadMaterial(InputStream stream, int index) booleanloadModel(byte[] data, int length, int index) booleanloadModel(InputStream stream, int index) booleanloadTexture(byte[] data, int length, int index, TextureType type) booleanloadTexture(InputStream stream, int index, TextureType type) intintmaxTerm()intminTerm()intintinttextureCount(TextureType type)
-
字段详细资料
-
impl
-
-
构造器详细资料
-
EffekseerEffect
public EffekseerEffect() -
EffekseerEffect
-
-
方法详细资料
-
close
public void close()- 指定者:
close在接口中AutoCloseable- 指定者:
close在接口中Closeable
-
load
- 抛出:
IOException
-
load
public boolean load(byte[] data, int length, float amplifier) -
isLoaded
public boolean isLoaded() -
loadTexture
- 抛出:
IOException
-
loadTexture
-
loadCurve
- 抛出:
IOException
-
loadCurve
public boolean loadCurve(byte[] data, int length, int index) -
loadMaterial
- 抛出:
IOException
-
loadMaterial
public boolean loadMaterial(byte[] data, int length, int index) -
loadModel
- 抛出:
IOException
-
loadModel
public boolean loadModel(byte[] data, int length, int index) -
isModelLoaded
public boolean isModelLoaded(int index) -
isCurveLoaded
public boolean isCurveLoaded(int index) -
isMaterialLoaded
public boolean isMaterialLoaded(int index) -
isTextureLoaded
-
curveCount
public int curveCount() -
modelCount
public int modelCount() -
materialCount
public int materialCount() -
textureCount
-
textureCount
public int textureCount() -
getTexturePath
-
getCurvePath
-
getMaterialPath
-
getModelPath
-
minTerm
public int minTerm() -
maxTerm
public int maxTerm() -
getImpl
-
finalize
-