net.minecraft.server.dialog.input

public record NumberRangeInput

implements InputControl

ass
net.minecraft.server.dialog.input.NumberRangeInput
net.minecraft.class_11440
net.minecraft.dialog.input.NumberRangeInputControl

Field summary

Modifier and TypeField
private final int
c
width
comp_4336
width
private final Component
d
label
comp_4337
label
private final String
e
labelFormat
comp_4338
labelFormat
private final NumberRangeInput$RangeInfo
f
rangeInfo
comp_4339
rangeInfo
public static final com.mojang.serialization.MapCodec<NumberRangeInput>
a
MAP_CODEC
field_60645
CODEC

Constructor summary

ModifierConstructor
public (int arg0, Component arg1, String arg2, NumberRangeInput$RangeInfo arg3)

Method summary

Modifier and TypeMethod
public com.mojang.serialization.MapCodec<NumberRangeInput>
a()
mapCodec()
method_71717()
getCodec()
public Component
a(String arg0)
computeLabel(String arg0)
method_71722(String arg0)
getFormattedLabel(String value)
public int
b()
width()
comp_4336()
width()
public Component
c()
label()
comp_4337()
label()
public String
d()
labelFormat()
comp_4338()
labelFormat()
public NumberRangeInput$RangeInfo
e()
rangeInfo()
comp_4339()
rangeInfo()