Package net.minecraft.loot.entry
Class LootPoolEntryTypes
java.lang.Object
net.minecraft.loot.entry.LootPoolEntryTypes
- Mappings:
Namespace Name official ehn
intermediary net/minecraft/class_75
named net/minecraft/loot/entry/LootPoolEntryTypes
-
Field Summary
Modifier and TypeFieldDescriptionstatic final LootPoolEntryType
static final com.mojang.serialization.Codec<LootPoolEntry>
static final LootPoolEntryType
static final LootPoolEntryType
static final LootPoolEntryType
static final LootPoolEntryType
static final LootPoolEntryType
static final LootPoolEntryType
static final LootPoolEntryType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static LootPoolEntryType
register
(String id, com.mojang.serialization.Codec<? extends LootPoolEntry> codec)
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official a
Lehn;a:Lcom/mojang/serialization/Codec;
intermediary field_45802
Lnet/minecraft/class_75;field_45802:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/loot/entry/LootPoolEntryTypes;CODEC:Lcom/mojang/serialization/Codec;
-
EMPTY
- Mappings:
Namespace Name Mixin selector official b
Lehn;b:Lehq;
intermediary field_25206
Lnet/minecraft/class_75;field_25206:Lnet/minecraft/class_5338;
named EMPTY
Lnet/minecraft/loot/entry/LootPoolEntryTypes;EMPTY:Lnet/minecraft/loot/entry/LootPoolEntryType;
-
ITEM
- Mappings:
Namespace Name Mixin selector official c
Lehn;c:Lehq;
intermediary field_25207
Lnet/minecraft/class_75;field_25207:Lnet/minecraft/class_5338;
named ITEM
Lnet/minecraft/loot/entry/LootPoolEntryTypes;ITEM:Lnet/minecraft/loot/entry/LootPoolEntryType;
-
LOOT_TABLE
- Mappings:
Namespace Name Mixin selector official d
Lehn;d:Lehq;
intermediary field_25208
Lnet/minecraft/class_75;field_25208:Lnet/minecraft/class_5338;
named LOOT_TABLE
Lnet/minecraft/loot/entry/LootPoolEntryTypes;LOOT_TABLE:Lnet/minecraft/loot/entry/LootPoolEntryType;
-
DYNAMIC
- Mappings:
Namespace Name Mixin selector official e
Lehn;e:Lehq;
intermediary field_25209
Lnet/minecraft/class_75;field_25209:Lnet/minecraft/class_5338;
named DYNAMIC
Lnet/minecraft/loot/entry/LootPoolEntryTypes;DYNAMIC:Lnet/minecraft/loot/entry/LootPoolEntryType;
-
TAG
- Mappings:
Namespace Name Mixin selector official f
Lehn;f:Lehq;
intermediary field_25210
Lnet/minecraft/class_75;field_25210:Lnet/minecraft/class_5338;
named TAG
Lnet/minecraft/loot/entry/LootPoolEntryTypes;TAG:Lnet/minecraft/loot/entry/LootPoolEntryType;
-
ALTERNATIVES
- Mappings:
Namespace Name Mixin selector official g
Lehn;g:Lehq;
intermediary field_25211
Lnet/minecraft/class_75;field_25211:Lnet/minecraft/class_5338;
named ALTERNATIVES
Lnet/minecraft/loot/entry/LootPoolEntryTypes;ALTERNATIVES:Lnet/minecraft/loot/entry/LootPoolEntryType;
-
SEQUENCE
- Mappings:
Namespace Name Mixin selector official h
Lehn;h:Lehq;
intermediary field_25212
Lnet/minecraft/class_75;field_25212:Lnet/minecraft/class_5338;
named SEQUENCE
Lnet/minecraft/loot/entry/LootPoolEntryTypes;SEQUENCE:Lnet/minecraft/loot/entry/LootPoolEntryType;
-
GROUP
- Mappings:
Namespace Name Mixin selector official i
Lehn;i:Lehq;
intermediary field_25213
Lnet/minecraft/class_75;field_25213:Lnet/minecraft/class_5338;
named GROUP
Lnet/minecraft/loot/entry/LootPoolEntryTypes;GROUP:Lnet/minecraft/loot/entry/LootPoolEntryType;
-
-
Constructor Details
-
LootPoolEntryTypes
public LootPoolEntryTypes()
-
-
Method Details
-
register
private static LootPoolEntryType register(String id, com.mojang.serialization.Codec<? extends LootPoolEntry> codec) - Mappings:
Namespace Name Mixin selector official a
Lehn;a(Ljava/lang/String;Lcom/mojang/serialization/Codec;)Lehq;
intermediary method_29317
Lnet/minecraft/class_75;method_29317(Ljava/lang/String;Lcom/mojang/serialization/Codec;)Lnet/minecraft/class_5338;
named register
Lnet/minecraft/loot/entry/LootPoolEntryTypes;register(Ljava/lang/String;Lcom/mojang/serialization/Codec;)Lnet/minecraft/loot/entry/LootPoolEntryType;
-