类 EffekseerEffect

java.lang.Object
mod.chloeprime.aaaparticles.api.client.effekseer.EffekseerEffect
所有已实现的接口:
Closeable, AutoCloseable

public class EffekseerEffect extends Object
Wrapper of EffekseerEffectCore with lowerCamelCase method names.
从以下版本开始:
1.0.0
  • 字段详细资料

  • 构造器详细资料

    • EffekseerEffect

      public EffekseerEffect()
    • EffekseerEffect

      protected EffekseerEffect(EffekseerEffectCore impl)
  • 方法详细资料

    • close

      public void close()
      指定者:
      close 在接口中 AutoCloseable
      指定者:
      close 在接口中 Closeable
    • load

      public boolean load(InputStream stream, float amplifier) throws IOException
      抛出:
      IOException
    • load

      public boolean load(byte[] data, int length, float amplifier)
    • isLoaded

      public boolean isLoaded()
    • loadTexture

      public boolean loadTexture(InputStream stream, int index, TextureType type) throws IOException
      抛出:
      IOException
    • loadTexture

      public boolean loadTexture(byte[] data, int length, int index, TextureType type)
    • loadCurve

      public boolean loadCurve(InputStream stream, int index) throws IOException
      抛出:
      IOException
    • loadCurve

      public boolean loadCurve(byte[] data, int length, int index)
    • loadMaterial

      public boolean loadMaterial(InputStream stream, int index) throws IOException
      抛出:
      IOException
    • loadMaterial

      public boolean loadMaterial(byte[] data, int length, int index)
    • loadModel

      public boolean loadModel(InputStream stream, int index) throws IOException
      抛出:
      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

      public boolean isTextureLoaded(int index, TextureType type)
    • curveCount

      public int curveCount()
    • modelCount

      public int modelCount()
    • materialCount

      public int materialCount()
    • textureCount

      public int textureCount(TextureType type)
    • textureCount

      public int textureCount()
    • getTexturePath

      public String getTexturePath(int index, TextureType type)
    • getCurvePath

      public String getCurvePath(int index)
    • getMaterialPath

      public String getMaterialPath(int index)
    • getModelPath

      public String getModelPath(int index)
    • minTerm

      public int minTerm()
    • maxTerm

      public int maxTerm()
    • getImpl

      public final EffekseerEffectCore getImpl()
    • finalize

      protected void finalize() throws Throwable
      覆盖:
      finalize 在类中 Object
      抛出:
      Throwable