Class FrozenLibConfigGui
java.lang.Object
net.frozenblock.lib.config.frozenlib_config.gui.FrozenLibConfigGui
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.client.gui.screens.ScreenbuildScreen(net.minecraft.client.gui.screens.Screen parent) static @NotNull net.minecraft.network.chat.Componentstatic @NotNull net.minecraft.network.chat.Component
-
Constructor Details
-
FrozenLibConfigGui
public FrozenLibConfigGui()
-
-
Method Details
-
buildScreen
public static net.minecraft.client.gui.screens.Screen buildScreen(net.minecraft.client.gui.screens.Screen parent) -
text
@Contract(value="_ -> new", pure=true) @NotNull public static @NotNull net.minecraft.network.chat.Component text(String key) -
tooltip
@Contract(value="_ -> new", pure=true) @NotNull public static @NotNull net.minecraft.network.chat.Component tooltip(String key)
-