Class Wind
java.lang.Object
de.cheaterpaul.fallingleaves.util.Wind
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static SmoothNoiseprotected static SmoothNoiseprotected static Wind.Stateprotected static final Randomprotected static Wind.Stateprotected static intprotected static final floatprotected static SmoothNoiseprotected static booleanprotected static booleanstatic floatstatic float -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
windX
public static float windX -
windZ
public static float windZ -
rng
-
TAU
protected static final float TAU- See Also:
-
velocityNoise
-
directionTrendNoise
-
directionNoise
-
wasRaining
protected static boolean wasRaining -
wasThundering
protected static boolean wasThundering -
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)
-