DynamicListWidget
constructor(client: MinecraftClient, entryBuilders: List<BiFunction<DynamicListWidget, Int, out DynamicListWidget.Entry>>, x: Int, y: Int, width: Int, height: Int, spec: DynamicListWidget.ListSpec = ListSpec())
Parameters
client
MinecraftClient instance
entryBuilders
List<BiFunction
x
horizontal position of the left edge of the widget in pixels
y
vertical position of the top edge of the widget in pixels
width
width of the widget in pixels
height
height of the widget in pixels
spec
ListSpec widget options for customizing list visuals and behavior.