Package net.minecraft.loot.entry
Class GroupEntry
java.lang.Object
net.minecraft.loot.entry.LootPoolEntry
net.minecraft.loot.entry.CombinedEntry
net.minecraft.loot.entry.GroupEntry
- All Implemented Interfaces:
- EntryCombiner
- Mappings:
- Namespace - Name - named - net/minecraft/loot/entry/GroupEntry- intermediary - net/minecraft/class_93- official - ewe
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from class net.minecraft.loot.entry.CombinedEntryCombinedEntry.Factory<T extends CombinedEntry>
- 
Field SummaryFieldsFields inherited from class net.minecraft.loot.entry.CombinedEntrychildrenFields inherited from class net.minecraft.loot.entry.LootPoolEntryconditionsFields inherited from interface net.minecraft.loot.entry.EntryCombinerALWAYS_FALSE, ALWAYS_TRUE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected EntryCombinercombine(List<? extends EntryCombiner> terms) static GroupEntry.Buildercreate(LootPoolEntry.Builder<?>[] entries) getType()Methods inherited from class net.minecraft.loot.entry.CombinedEntrycreateCodec, expand, validateMethods inherited from class net.minecraft.loot.entry.LootPoolEntryaddConditionsField, testMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.loot.entry.EntryCombinerand, or
- 
Field Details- 
CODEC- Mappings:
- Namespace - Name - Mixin selector - named - CODEC- Lnet/minecraft/loot/entry/GroupEntry;CODEC:Lcom/mojang/serialization/MapCodec;- intermediary - field_45800- Lnet/minecraft/class_93;field_45800:Lcom/mojang/serialization/MapCodec;- official - a- Lewe;a:Lcom/mojang/serialization/MapCodec;
 
 
- 
- 
Constructor Details- 
GroupEntryGroupEntry(List<LootPoolEntry> terms, List<LootCondition> conditions) - Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/loot/entry/CombinedEntry;<init>(Ljava/util/List;Ljava/util/List;)V- intermediary - <init>- Lnet/minecraft/class_69;<init>(Ljava/util/List;Ljava/util/List;)V- official - <init>- Lewb;<init>(Ljava/util/List;Ljava/util/List;)V
 
 
- 
- 
Method Details- 
getType- Specified by:
- getTypein class- LootPoolEntry
- Mappings:
- Namespace - Name - Mixin selector - named - getType- Lnet/minecraft/loot/entry/LootPoolEntry;getType()Lnet/minecraft/loot/entry/LootPoolEntryType;- intermediary - method_29318- Lnet/minecraft/class_79;method_29318()Lnet/minecraft/class_5338;- official - a- Lewi;a()Lewj;
 
- 
combine- Specified by:
- combinein class- CombinedEntry
- Mappings:
- Namespace - Name - Mixin selector - named - combine- Lnet/minecraft/loot/entry/CombinedEntry;combine(Ljava/util/List;)Lnet/minecraft/loot/entry/EntryCombiner;- intermediary - method_394- Lnet/minecraft/class_69;method_394(Ljava/util/List;)Lnet/minecraft/class_64;- official - a- Lewb;a(Ljava/util/List;)Lewa;
 
- 
create- Mappings:
- Namespace - Name - Mixin selector - named - create- Lnet/minecraft/loot/entry/GroupEntry;create([Lnet/minecraft/loot/entry/LootPoolEntry$Builder;)Lnet/minecraft/loot/entry/GroupEntry$Builder;- intermediary - method_35511- Lnet/minecraft/class_93;method_35511([Lnet/minecraft/class_79$class_80;)Lnet/minecraft/class_93$class_6152;- official - a- Lewe;a([Lewi$a;)Lewe$a;
 
 
-