Uses of Class
net.minecraft.state.Property.ValuePair
-
Packages that use Property.ValuePair Package Description net.minecraft.data net.minecraft.state -
-
Uses of Property.ValuePair in net.minecraft.data
Fields in net.minecraft.data with type parameters of type Property.ValuePair Modifier and Type Field Description private static java.util.Comparator<Property.ValuePair<?>>VariantPropertyBuilder. COMPARE_BY_NAMEprivate java.util.List<Property.ValuePair<?>>VariantPropertyBuilder. valuesMethods in net.minecraft.data with parameters of type Property.ValuePair Modifier and Type Method Description VariantPropertyBuilderVariantPropertyBuilder. extend(Property.ValuePair<?> p_240188_1_)static VariantPropertyBuilderVariantPropertyBuilder. of(Property.ValuePair<?>... p_240190_0_)Constructor parameters in net.minecraft.data with type arguments of type Property.ValuePair Constructor Description VariantPropertyBuilder(java.util.List<Property.ValuePair<?>> p_i232541_1_) -
Uses of Property.ValuePair in net.minecraft.state
Fields in net.minecraft.state with type parameters of type Property.ValuePair Modifier and Type Field Description private com.mojang.serialization.Codec<Property.ValuePair<T>>Property. valueCodecMethods in net.minecraft.state that return Property.ValuePair Modifier and Type Method Description Property.ValuePair<T>Property. value(StateHolder<?,?> p_241489_1_)Property.ValuePair<T>Property. value(T p_241490_1_)Methods in net.minecraft.state that return types with arguments of type Property.ValuePair Modifier and Type Method Description java.util.stream.Stream<Property.ValuePair<T>>Property. getAllValues()com.mojang.serialization.Codec<Property.ValuePair<T>>Property. valueCodec()
-