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_NAME
private final List
<Property.Value<?>> PropertyValueList.values
The field for thevalues
record 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 thevalues
record component.Methods in net.minecraft.client.data.models.blockstates with parameters of type Property.ValueModifier and TypeMethodDescriptionPropertyValueList.extend
(Property.Value<?> p_404909_) static PropertyValueList
PropertyValueList.of
(Property.Value<?>... p_405119_) Constructor parameters in net.minecraft.client.data.models.blockstates with type arguments of type Property.ValueModifierConstructorDescriptionPropertyValueList
(List<Property.Value<?>> values) Creates an instance of aPropertyValueList
record 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.valueCodec
Methods 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()