Uses of Class
net.minecraft.state.property.Property.Value
| Package | Description |
|---|---|
| net.minecraft.data.client.model | |
| net.minecraft.state.property |
-
Uses of Property.Value in net.minecraft.data.client.model
Fields in net.minecraft.data.client.model with type parameters of type Property.Value Modifier and Type Field Description private static Comparator<Property.Value<?>>PropertiesMap. COMPARATORprivate List<Property.Value<?>>PropertiesMap. valuesMethods in net.minecraft.data.client.model with parameters of type Property.Value Modifier and Type Method Description PropertiesMapPropertiesMap. withValue(Property.Value<?> value)static PropertiesMapPropertiesMap. withValues(Property.Value<?>[] values)Constructor parameters in net.minecraft.data.client.model with type arguments of type Property.Value Constructor Description PropertiesMap(List<Property.Value<?>> values) -
Uses of Property.Value in net.minecraft.state.property
Fields in net.minecraft.state.property with type parameters of type Property.Value Modifier and Type Field Description private com.mojang.serialization.Codec<Property.Value<T>>Property. valueCodecMethods in net.minecraft.state.property that return Property.Value Modifier and Type Method Description Property.Value<T>Property. createValue(State<?,?> state)Property.Value<T>Property. createValue(T value)Methods in net.minecraft.state.property that return types with arguments of type Property.Value Modifier and Type Method Description com.mojang.serialization.Codec<Property.Value<T>>Property. getValueCodec()Stream<Property.Value<T>>Property. stream()