net.minecraft.client.data.models.blockstates

public record PropertyValueList

fuj
net.minecraft.client.data.models.blockstates.PropertyValueList
net.minecraft.class_4934

Field summary

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

Constructor summary

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

Method summary

Modifier and TypeMethod
public PropertyValueList
a(edj$a<?> arg0)
extend(Property$Value<?> arg0)
method_25819(class_2769$class_4933<?> arg0)
public PropertyValueList
a(fuj arg0)
extend(PropertyValueList arg0)
method_25820(class_4934 arg0)
public static PropertyValueList
a(edj$a<?>... arg0)
of(Property$Value<?>... arg0)
method_25821(class_2769$class_4933<?>... arg0)
public String
a()
getKey()
method_25822()
public List<Property$Value<?>>
b()
values()
comp_3717()