Class WorldFlares

java.lang.Object
zombie.iso.weather.WorldFlares

public class WorldFlares
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    WorldFlares()  
  • Method Summary

    Modifier and Type Method Description
    static void applyFlaresForPlayer​(RenderSettings.PlayerRenderSettings playerRenderSettings, int int1, IsoPlayer player)  
    static void launchFlare​(float float1, int int1, int int2, float float2, float float3, float float4)  
    static void update()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • WorldFlares

      public WorldFlares()
  • Method Details

    • launchFlare

      public static void launchFlare​(float float1, int int1, int int2, float float2, float float3, float float4)
    • update

      public static void update()
    • applyFlaresForPlayer

      public static void applyFlaresForPlayer​(RenderSettings.PlayerRenderSettings playerRenderSettings, int int1, IsoPlayer player)