Uses of Record Class
net.minecraft.state.property.Property.Value
Packages that use Property.Value
-
Uses of Property.Value in net.minecraft.client.data
Fields in net.minecraft.client.data with type parameters of type Property.ValueModifier and TypeFieldDescriptionprivate static final Comparator<Property.Value<?>> PropertiesMap.COMPARATORprivate final List<Property.Value<?>> PropertiesMap.valuesThe field for thevaluesrecord component.Methods in net.minecraft.client.data that return types with arguments of type Property.ValueModifier and TypeMethodDescriptionList<Property.Value<?>> PropertiesMap.values()Returns the value of thevaluesrecord component.Methods in net.minecraft.client.data with parameters of type Property.ValueModifier and TypeMethodDescriptionPropertiesMap.withValue(Property.Value<?> value) static PropertiesMapPropertiesMap.withValues(Property.Value<?>[] values) Constructor parameters in net.minecraft.client.data with type arguments of type Property.ValueModifierConstructorDescriptionPropertiesMap(List<Property.Value<?>> values) Creates an instance of aPropertiesMaprecord class. -
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.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()