Class Wind

java.lang.Object
de.cheaterpaul.fallingleaves.util.Wind

public class Wind extends Object
  • Field Details

    • windX

      public static float windX
    • windZ

      public static float windZ
    • rng

      protected static final Random rng
    • TAU

      protected static final float TAU
      See Also:
    • velocityNoise

      protected static SmoothNoise velocityNoise
    • directionTrendNoise

      protected static SmoothNoise directionTrendNoise
    • directionNoise

      protected static SmoothNoise directionNoise
    • wasRaining

      protected static boolean wasRaining
    • wasThundering

      protected static boolean wasThundering
    • state

      protected static Wind.State state
    • originalState

      protected static Wind.State originalState
    • stateDuration

      protected static int stateDuration
  • Constructor Details

    • Wind

      public Wind()
  • Method Details

    • debug

      public static void debug()
    • init

      public static void init()
    • tickState

      protected static void tickState(net.minecraft.client.multiplayer.ClientLevel world)
    • tick

      public static void tick(net.minecraft.client.multiplayer.ClientLevel world)