Uses of Record Class
net.minecraft.util.random.WeightedEntry.Wrapper
Packages that use WeightedEntry.Wrapper
-
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 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 pData, int pWeight) 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> pElementCodec) Constructor parameters in net.minecraft.util.random with type arguments of type WeightedEntry.WrapperModifierConstructorDescription(package private)SimpleWeightedRandomList(List<? extends WeightedEntry.Wrapper<E>> p_146262_)