Uses of Class
net.minecraft.util.collection.Weighted.Present
Packages that use Weighted.Present
-
Uses of Weighted.Present in net.minecraft.client.render.model
Fields in net.minecraft.client.render.model with type parameters of type Weighted.PresentModifier and TypeFieldDescriptionprivate List<Weighted.Present<BakedModel>>
WeightedBakedModel.Builder.models
private List<Weighted.Present<BakedModel>>
WeightedBakedModel.models
Constructor parameters in net.minecraft.client.render.model with type arguments of type Weighted.Present -
Uses of Weighted.Present in net.minecraft.util.collection
Fields in net.minecraft.util.collection with type parameters of type Weighted.PresentModifier and TypeFieldDescriptionprivate ImmutableList.Builder<Weighted.Present<E>>
DataPool.Builder.entries
Methods in net.minecraft.util.collection that return Weighted.PresentModifier and TypeMethodDescriptionstatic <T> Weighted.Present<T>
Weighted.of(T data, int weight)
Methods in net.minecraft.util.collection that return types with arguments of type Weighted.PresentModifier and TypeMethodDescriptionstatic <E> com.mojang.serialization.Codec<Weighted.Present<E>>
Weighted.Present.createCodec(com.mojang.serialization.Codec<E> dataCodec)
Constructor parameters in net.minecraft.util.collection with type arguments of type Weighted.PresentModifierConstructorDescription(package private)
DataPool(List<? extends Weighted.Present<E>> entries)