Class LootPoolEntryTypes

java.lang.Object
net.minecraft.loot.entry.LootPoolEntryTypes

public class LootPoolEntryTypes extends Object
Mappings:
Namespace Name
official edh
intermediary net/minecraft/class_75
named net/minecraft/loot/entry/LootPoolEntryTypes
  • Field Details

    • CODEC

      public static final com.mojang.serialization.Codec<LootPoolEntry> CODEC
      Mappings:
      Namespace Name Mixin selector
      official a Ledh;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

      public static final LootPoolEntryType EMPTY
      Mappings:
      Namespace Name Mixin selector
      official b Ledh;b:Ledk;
      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

      public static final LootPoolEntryType ITEM
      Mappings:
      Namespace Name Mixin selector
      official c Ledh;c:Ledk;
      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

      public static final LootPoolEntryType LOOT_TABLE
      Mappings:
      Namespace Name Mixin selector
      official d Ledh;d:Ledk;
      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

      public static final LootPoolEntryType DYNAMIC
      Mappings:
      Namespace Name Mixin selector
      official e Ledh;e:Ledk;
      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

      public static final LootPoolEntryType TAG
      Mappings:
      Namespace Name Mixin selector
      official f Ledh;f:Ledk;
      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

      public static final LootPoolEntryType ALTERNATIVES
      Mappings:
      Namespace Name Mixin selector
      official g Ledh;g:Ledk;
      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

      public static final LootPoolEntryType SEQUENCE
      Mappings:
      Namespace Name Mixin selector
      official h Ledh;h:Ledk;
      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

      public static final LootPoolEntryType GROUP
      Mappings:
      Namespace Name Mixin selector
      official i Ledh;i:Ledk;
      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 Ledh;a(Ljava/lang/String;Lcom/mojang/serialization/Codec;)Ledk;
      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;