Uses of Record 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 final List
<Weighted.Present<BakedModel>> WeightedBakedModel.Builder.models
private final 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 final ImmutableList.Builder
<Weighted.Present<E>> DataPool.Builder.entries
Methods in net.minecraft.util.collection that return Weighted.PresentMethods 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)