Interface EffectHost

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
EffectInspector

public interface EffectHost extends AutoCloseable
Since:
2.5.0
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
     
     
    float
     
    void
    update(float partialTick)
     
  • Method Details

    • getValue

      float getValue(String name)
    • getName

      String getName()
    • update

      void update(float partialTick)
    • close

      default void close()
      Specified by:
      close in interface AutoCloseable