You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/hud/api/hud.api
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -65,8 +65,6 @@ public final class org/polyfrost/oneconfig/api/hud/v1/HudManager {
65
65
public final fun getHudsOfType (Ljava/lang/Class;)Ljava/util/ArrayList;
66
66
public final fun getPanel ()Lorg/polyfrost/polyui/component/Drawable;
67
67
public final fun getProvider (Ljava/lang/Class;)Lorg/polyfrost/oneconfig/api/hud/v1/Hud;
68
-
public final fun getSlinex ()F
69
-
public final fun getSliney ()F
70
68
public final fun getUseGuiScale ()Z
71
69
public final fun getWithEditor ()Ldev/deftu/omnicore/api/client/screen/OmniScreen;
72
70
public final fun initialize ()V
@@ -77,8 +75,6 @@ public final class org/polyfrost/oneconfig/api/hud/v1/HudManager {
77
75
public static final fun register ([Lorg/polyfrost/oneconfig/api/hud/v1/Hud;)V
78
76
public final fun removeHud (Lorg/polyfrost/oneconfig/api/hud/v1/Hud;Z)V
79
77
public static synthetic fun removeHud$default (Lorg/polyfrost/oneconfig/api/hud/v1/HudManager;Lorg/polyfrost/oneconfig/api/hud/v1/Hud;ZILjava/lang/Object;)V
80
-
public final fun setSlinex (F)V
81
-
public final fun setSliney (F)V
82
78
public final fun setUseGuiScale (Z)V
83
79
public final fun toggle ()V
84
80
public final fun toggleAllHuds (Lorg/polyfrost/oneconfig/api/hud/v1/Hud;Z)V
* HUD (Heads Up Display) is a component that is rendered on top of the screen. They are used for displaying information to the user, such as the time, or the player's health.
@@ -111,20 +100,20 @@ abstract class Hud<T : Drawable>(id: String, title: String, val category: Catego
111
100
funmake(with:Tree? = null): Hud<T> {
112
101
if (tree !=null) throwIllegalArgumentException("HUD is already made, it cannot be made again")
0 commit comments