Class ClientModStorage
java.lang.Object
com.bleudev.nine_lifes.ClientModStorage
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic floatstatic floatstatic booleanstatic intstatic floatstatic intstatic intstatic intstatic floatstatic intstatic floatstatic floatstatic booleanstatic int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends net.minecraft.entity.player.PlayerEntity>
intget_next_heartbeat_time(T player) static voidtick()
-
Field Details
-
lives
public static int lives -
armor_stand_hit_event_ticks
public static int armor_stand_hit_event_ticks -
armor_stand_hit_event_running
public static boolean armor_stand_hit_event_running -
max_whiteness_screen
public static float max_whiteness_screen -
max_whiteness_screen_ticks
public static int max_whiteness_screen_ticks -
whiteness_screen_ticks
public static int whiteness_screen_ticks -
whiteness_screen_running
public static boolean whiteness_screen_running -
whiteness
public static float whiteness -
redness
public static float redness -
amethysm_whiteness
public static float amethysm_whiteness -
amethysm_purpleness
public static float amethysm_purpleness -
armor_stand_hit_redness
public static float armor_stand_hit_redness -
amethysm_effect_info
-
question_marks
-
center_heart_info
-
heartbeat_ticks
public static int heartbeat_ticks -
max_heartbeat_ticks
public static int max_heartbeat_ticks -
charge_effect_info
-
-
Constructor Details
-
ClientModStorage
public ClientModStorage()
-
-
Method Details
-
get_next_heartbeat_time
public static <T extends net.minecraft.entity.player.PlayerEntity> int get_next_heartbeat_time(@Nullable T player) -
tick
public static void tick()
-