Class Energy

java.lang.Object
zombie.entity.energy.Energy

public class Energy extends Object
  • Field Details

    • Electric

      public static final Energy Electric
    • Mechanical

      public static final Energy Mechanical
    • Thermal

      public static final Energy Thermal
    • Steam

      public static final Energy Steam
    • VoidEnergy

      public static final Energy VoidEnergy
  • Method Details

    • Get

      public static Energy Get(EnergyType energyTypex)
    • Get

      public static Energy Get(String string)
    • getAllEnergies

      public static ArrayList<Energy> getAllEnergies()
    • Init

      public static void Init(ScriptLoadMode scriptLoadMode) throws Exception
      Throws:
      Exception
    • PreReloadScripts

      public static void PreReloadScripts()
    • Reset

      public static void Reset()
    • saveEnergy

      public static void saveEnergy(Energy energy, ByteBuffer byteBuffer)
    • loadEnergy

      public static Energy loadEnergy(ByteBuffer byteBuffer, int var1)
    • isVanilla

      public boolean isVanilla()
    • getDisplayName

      public String getDisplayName()
    • getColor

      public Color getColor()
    • getIconTexture

      public Texture getIconTexture()
    • getHorizontalBarTexture

      public Texture getHorizontalBarTexture()
    • getVerticalBarTexture

      public Texture getVerticalBarTexture()
    • getEnergyTypeString

      public String getEnergyTypeString()