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 official edf
intermediary net/minecraft/class_93
named net/minecraft/loot/entry/GroupEntry
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.loot.entry.CombinedEntry
CombinedEntry.Factory<T extends CombinedEntry>
-
Field Summary
Fields inherited from class net.minecraft.loot.entry.CombinedEntry
children
Fields inherited from class net.minecraft.loot.entry.LootPoolEntry
conditions
Fields inherited from interface net.minecraft.loot.entry.EntryCombiner
ALWAYS_FALSE, ALWAYS_TRUE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected EntryCombiner
combine
(List<? extends EntryCombiner> list) static GroupEntry.Builder
create
(LootPoolEntry.Builder<?>[] entries) getType()
Methods inherited from class net.minecraft.loot.entry.CombinedEntry
createCodec, expand, validate
Methods inherited from class net.minecraft.loot.entry.LootPoolEntry
method_53287, test
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.loot.entry.EntryCombiner
and, or
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official a
Ledf;a:Lcom/mojang/serialization/Codec;
intermediary field_45800
Lnet/minecraft/class_93;field_45800:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/loot/entry/GroupEntry;CODEC:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
GroupEntry
GroupEntry(List<LootPoolEntry> terms, List<LootCondition> conditions) - Mappings:
Namespace Name Mixin selector official <init>
Ledc;<init>(Ljava/util/List;Ljava/util/List;)V
intermediary <init>
Lnet/minecraft/class_69;<init>(Ljava/util/List;Ljava/util/List;)V
named <init>
Lnet/minecraft/loot/entry/CombinedEntry;<init>(Ljava/util/List;Ljava/util/List;)V
-
-
Method Details
-
getType
- Specified by:
getType
in classLootPoolEntry
- Mappings:
Namespace Name Mixin selector official a
Ledj;a()Ledk;
intermediary method_29318
Lnet/minecraft/class_79;method_29318()Lnet/minecraft/class_5338;
named getType
Lnet/minecraft/loot/entry/LootPoolEntry;getType()Lnet/minecraft/loot/entry/LootPoolEntryType;
-
combine
- Specified by:
combine
in classCombinedEntry
- Mappings:
Namespace Name Mixin selector official a
Ledc;a(Ljava/util/List;)Ledb;
intermediary method_394
Lnet/minecraft/class_69;method_394(Ljava/util/List;)Lnet/minecraft/class_64;
named combine
Lnet/minecraft/loot/entry/CombinedEntry;combine(Ljava/util/List;)Lnet/minecraft/loot/entry/EntryCombiner;
-
create
- Mappings:
Namespace Name Mixin selector official a
Ledf;a([Ledj$a;)Ledf$a;
intermediary method_35511
Lnet/minecraft/class_93;method_35511([Lnet/minecraft/class_79$class_80;)Lnet/minecraft/class_93$class_6152;
named create
Lnet/minecraft/loot/entry/GroupEntry;create([Lnet/minecraft/loot/entry/LootPoolEntry$Builder;)Lnet/minecraft/loot/entry/GroupEntry$Builder;
-