Uses of Record Class
net.minecraft.state.property.Property.Value
Packages that use Property.Value
-
Uses of Property.Value in net.minecraft.data.client
Fields in net.minecraft.data.client with type parameters of type Property.ValueModifier and TypeFieldDescriptionprivate static final Comparator<Property.Value<?>>
PropertiesMap.COMPARATOR
private final List<Property.Value<?>>
PropertiesMap.values
Methods in net.minecraft.data.client 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 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 final 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()