Package net.minecraft.util.random
Class WeightedEntry.Wrapper<T>
java.lang.Object
net.minecraft.util.random.WeightedEntry.Wrapper<T>
- All Implemented Interfaces:
- WeightedEntry
- Enclosing interface:
- WeightedEntry
- 
Nested Class SummaryNested classes/interfaces inherited from interface net.minecraft.util.random.WeightedEntryWeightedEntry.IntrusiveBase, WeightedEntry.Wrapper<T>
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
data
- 
weight
 
- 
- 
Constructor Details- 
Wrapper
 
- 
- 
Method Details- 
getData
- 
getWeight- Specified by:
- getWeightin interface- WeightedEntry
 
- 
codecpublic static <E> com.mojang.serialization.Codec<WeightedEntry.Wrapper<E>> codec(com.mojang.serialization.Codec<E> p_146306_) 
 
-