Package net.minecraft.util.random
Interface WeightedEntry
- All Known Implementing Classes:
 DungeonHooks.DungeonMob,EnchantmentInstance,LongJumpToRandomPos.PossibleJump,MobSpawnSettings.SpawnerData,WeightedEntry.IntrusiveBase,WeightedEntry.Wrapper
public interface WeightedEntry
- 
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic class - 
Method Summary
Modifier and TypeMethodDescriptionstatic <T> WeightedEntry.Wrapper<T>wrap(T p_146291_, int p_146292_)  
- 
Method Details
- 
getWeight
Weight getWeight() - 
wrap
 
 -