Uses of Record Class
net.minecraft.state.property.Property.Value
Packages that use Property.Value
- 
Uses of Property.Value in net.minecraft.data.clientFields in net.minecraft.data.client with type parameters of type Property.ValueModifier and TypeFieldDescriptionprivate static final Comparator<Property.Value<?>>PropertiesMap.COMPARATORprivate final List<Property.Value<?>>PropertiesMap.valuesMethods in net.minecraft.data.client with parameters of type Property.ValueModifier and TypeMethodDescriptionPropertiesMap.withValue(Property.Value<?> value) static PropertiesMapPropertiesMap.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.propertyFields in net.minecraft.state.property with type parameters of type Property.ValueModifier and TypeFieldDescriptionprivate final com.mojang.serialization.Codec<Property.Value<T>>Property.valueCodecMethods 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()