Uses of Interface
net.minecraft.util.collection.Weighted
Packages that use Weighted
Package
Description
-
Uses of Weighted in net.minecraft.enchantment
Classes in net.minecraft.enchantment that implement WeightedModifier and TypeClassDescriptionclass
Represents an entry in an enchantments array, i.e. -
Uses of Weighted in net.minecraft.entity.ai.brain.task
Classes in net.minecraft.entity.ai.brain.task that implement Weighted -
Uses of Weighted in net.minecraft.util.collection
Classes in net.minecraft.util.collection with type parameters of type WeightedClasses in net.minecraft.util.collection that implement WeightedModifier and TypeClassDescriptionstatic class
static final record
Methods in net.minecraft.util.collection with type parameters of type WeightedModifier and TypeMethodDescriptionPool.createCodec
(com.mojang.serialization.Codec<E> entryCodec) Pool.empty()
Pool.of
(E[] entries) Methods in net.minecraft.util.collection with parameters of type WeightedMethod parameters in net.minecraft.util.collection with type arguments of type WeightedModifier and TypeMethodDescriptionstatic int
Weighting.getWeightSum
(List<? extends Weighted> pool) -
Uses of Weighted in net.minecraft.world.biome
Classes in net.minecraft.world.biome that implement Weighted