Uses of Class
net.minecraft.util.collection.Weighted.Present
| Package | Description |
|---|---|
| net.minecraft.client.render.model | |
| net.minecraft.util.collection |
-
Uses of Weighted.Present in net.minecraft.client.render.model
Fields in net.minecraft.client.render.model with type parameters of type Weighted.Present Modifier and Type Field Description private List<Weighted.Present<BakedModel>>WeightedBakedModel.Builder. modelsprivate List<Weighted.Present<BakedModel>>WeightedBakedModel. modelsConstructor parameters in net.minecraft.client.render.model with type arguments of type Weighted.Present Constructor Description WeightedBakedModel(List<Weighted.Present<BakedModel>> models) -
Uses of Weighted.Present in net.minecraft.util.collection
Fields in net.minecraft.util.collection with type parameters of type Weighted.Present Modifier and Type Field Description private ImmutableList.Builder<Weighted.Present<E>>DataPool.Builder. entriesMethods in net.minecraft.util.collection that return Weighted.Present Modifier and Type Method Description static <T> Weighted.Present<T>Weighted. of(T data, int weight)Methods in net.minecraft.util.collection that return types with arguments of type Weighted.Present Modifier and Type Method Description static <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.Present Constructor Description DataPool(List<? extends Weighted.Present<E>> entries)