net.minecraft.client.data.models.blockstates

public record PropertyValueList

fru
net.minecraft.client.data.models.blockstates.PropertyValueList
net.minecraft.class_4934
net.minecraft.client.data.PropertiesMap

Field summary

Modifier and TypeField
private final List<Property$Value<?>>
b
values
comp_3717
values
public static final PropertyValueList
a
EMPTY
field_22881
EMPTY
private static final Comparator<Property$Value<?>>
c
COMPARE_BY_NAME
field_22882
COMPARATOR

Constructor summary

ModifierConstructor
public (List<Property$Value<?>> values)

Method summary

Modifier and TypeMethod
public PropertyValueList
a(ebw$a<?> arg0)
extend(Property$Value<?> arg0)
method_25819(class_2769$class_4933<?> arg0)
withValue(Property$Value<?> value)
public PropertyValueList
a(fru arg0)
extend(PropertyValueList arg0)
method_25820(class_4934 arg0)
copyOf(PropertiesMap propertiesMap)
public static PropertyValueList
a(ebw$a<?>... arg0)
of(Property$Value<?>... arg0)
method_25821(class_2769$class_4933<?>... arg0)
withValues(Property$Value<?>... values)
public String
a()
getKey()
method_25822()
asString()
public List<Property$Value<?>>
b()
values()
comp_3717()
values()