Class FloatListScreenBuilder
java.lang.Object
net.minecraft.client.gui.DrawContext
net.minecraft.client.gui.screen.Screen
net.glasslauncher.mods.api.gcapi.screen.BaseListScreenBuilder<Float>
net.glasslauncher.mods.api.gcapi.screen.FloatListScreenBuilder
-
Field Summary
Fields inherited from class net.glasslauncher.mods.api.gcapi.screen.BaseListScreenBuilder
configEntry, maxLength, mouseX, mouseY, parent, scrollList, textFieldWidgets, validatorFields inherited from class net.minecraft.client.gui.screen.Screen
buttons, field_155, field_157, height, minecraft, textRenderer, widthFields inherited from class net.minecraft.client.gui.DrawContext
zOffset -
Constructor Summary
ConstructorsConstructorDescriptionFloatListScreenBuilder(net.minecraft.client.gui.screen.Screen parent, MaxLength maxLength, ConfigEntry<Float[]> configEntry, Function<String, uk.co.benjiweber.expressions.tuple.BiTuple<Boolean, List<String>>> validator) -
Method Summary
Methods inherited from class net.glasslauncher.mods.api.gcapi.screen.BaseListScreenBuilder
buttonClicked, init, init, keyPressed, onMouseEvent, removed, render, setValues, setValues, tickMethods inherited from class net.minecraft.client.gui.screen.Screen
confirmed, getClipboard, handleTab, mouseClicked, mouseReleased, onKeyboardEvent, renderBackground, renderBackground, renderBackgroundTexture, shouldPause, tickInputMethods inherited from class net.minecraft.client.gui.DrawContext
drawCenteredTextWithShadow, drawHorizontalLine, drawTexture, drawTextWithShadow, drawVerticalLine, fill, fillGradient
-
Constructor Details
-
FloatListScreenBuilder
-