net.minecraft.client.data

public record PropertiesMap

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<?>>
values
comp_3717
values
public static final PropertiesMap
EMPTY
field_22881
EMPTY
private static final Comparator<Property$Value<?>>
COMPARE_BY_NAME
field_22882
COMPARATOR

Constructor summary

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

Method summary

Modifier and TypeMethod
public PropertiesMap
extend(Property$Value<?> element)
method_25819(class_2769$class_4933<?> arg0)
withValue(Property$Value<?> value)
public PropertiesMap
extend(PropertyValueList other)
method_25820(class_4934 arg0)
copyOf(PropertiesMap propertiesMap)
public static PropertiesMap
of(Property$Value<?>... values)
method_25821(class_2769$class_4933<?>... arg0)
withValues(Property$Value<?>... values)
public String
getKey()
method_25822()
asString()
public List<Property$Value<?>>
values()
comp_3717()
values()
private static String
lambda$static$0(Property$Value arg0)
method_25823(class_2769$class_4933 arg0)
method_25823(Property$Value value)