Uses of Record Class
net.minecraft.util.random.WeightedEntry.Wrapper
Packages that use WeightedEntry.Wrapper
-
Uses of WeightedEntry.Wrapper in net.minecraft.client.resources.model
Fields in net.minecraft.client.resources.model with type parameters of type WeightedEntry.WrapperModifier and TypeFieldDescriptionprivate final List<WeightedEntry.Wrapper<BakedModel>> WeightedBakedModel.Builder.listprivate final List<WeightedEntry.Wrapper<BakedModel>> WeightedBakedModel.listConstructor parameters in net.minecraft.client.resources.model with type arguments of type WeightedEntry.WrapperModifierConstructorDescriptionWeightedBakedModel(List<WeightedEntry.Wrapper<BakedModel>> p_119544_) -
Uses of WeightedEntry.Wrapper in net.minecraft.util.random
Fields in net.minecraft.util.random with type parameters of type WeightedEntry.WrapperModifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableList.Builder<WeightedEntry.Wrapper<E>> SimpleWeightedRandomList.Builder.resultMethods in net.minecraft.util.random that return WeightedEntry.WrapperModifier and TypeMethodDescriptionstatic <T> WeightedEntry.Wrapper<T> WeightedEntry.wrap(T p_146291_, int p_146292_) Methods in net.minecraft.util.random that return types with arguments of type WeightedEntry.WrapperModifier and TypeMethodDescriptionstatic <E> com.mojang.serialization.Codec<WeightedEntry.Wrapper<E>> WeightedEntry.Wrapper.codec(com.mojang.serialization.Codec<E> p_146306_) Constructor parameters in net.minecraft.util.random with type arguments of type WeightedEntry.WrapperModifierConstructorDescription(package private)SimpleWeightedRandomList(List<? extends WeightedEntry.Wrapper<E>> p_146262_)