Uses of Class
net.minecraft.state.property.Property.Value
Packages that use Property.Value
-
Uses of Property.Value in net.minecraft.data.client.model
Fields in net.minecraft.data.client.model with type parameters of type Property.ValueModifier and TypeFieldDescriptionprivate static Comparator<Property.Value<?>>
PropertiesMap.COMPARATOR
private List<Property.Value<?>>
PropertiesMap.values
Methods in net.minecraft.data.client.model with parameters of type Property.ValueModifier and TypeMethodDescriptionPropertiesMap.withValue(Property.Value<?> value)
static PropertiesMap
PropertiesMap.withValues(Property.Value<?>[] values)
Constructor parameters in net.minecraft.data.client.model with type arguments of type Property.Value -
Uses of Property.Value in net.minecraft.state.property
Fields in net.minecraft.state.property with type parameters of type Property.ValueModifier and TypeFieldDescriptionprivate com.mojang.serialization.Codec<Property.Value<T>>
Property.valueCodec
Methods in net.minecraft.state.property that return Property.ValueModifier and TypeMethodDescriptionProperty.createValue(State<?,?> state)
Property.createValue(T value)
Methods in net.minecraft.state.property that return types with arguments of type Property.ValueModifier and TypeMethodDescriptioncom.mojang.serialization.Codec<Property.Value<T>>
Property.getValueCodec()
Property.stream()