Uses of Record Class
net.minecraft.world.level.block.state.properties.Property.Value
Packages that use Property.Value
Package
Description
-
Uses of Property.Value in net.minecraft.client.data.models.blockstates
Fields in net.minecraft.client.data.models.blockstates with type parameters of type Property.ValueModifier and TypeFieldDescriptionprivate static final Comparator<Property.Value<?>> PropertyValueList.COMPARE_BY_NAMEprivate final List<Property.Value<?>> PropertyValueList.valuesThe field for thevaluesrecord component.Methods in net.minecraft.client.data.models.blockstates that return types with arguments of type Property.ValueModifier and TypeMethodDescriptionList<Property.Value<?>> PropertyValueList.values()Returns the value of thevaluesrecord component.Methods in net.minecraft.client.data.models.blockstates with parameters of type Property.ValueModifier and TypeMethodDescriptionPropertyValueList.extend(Property.Value<?> pValue) static PropertyValueListPropertyValueList.of(Property.Value<?>... pValues) Constructor parameters in net.minecraft.client.data.models.blockstates with type arguments of type Property.ValueModifierConstructorDescriptionPropertyValueList(List<Property.Value<?>> values) Creates an instance of aPropertyValueListrecord class. -
Uses of Property.Value in net.minecraft.world.level.block.state.properties
Fields in net.minecraft.world.level.block.state.properties with type parameters of type Property.ValueModifier and TypeFieldDescriptionprivate final com.mojang.serialization.Codec<Property.Value<T>> Property.valueCodecMethods in net.minecraft.world.level.block.state.properties that return Property.ValueMethods in net.minecraft.world.level.block.state.properties that return types with arguments of type Property.ValueModifier and TypeMethodDescriptionProperty.getAllValues()com.mojang.serialization.Codec<Property.Value<T>> Property.valueCodec()