Class LootPoolEntryTypes

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

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

    • EMPTY

      public static final LootPoolEntryType EMPTY
      Mappings:
      Namespace Name Mixin selector
      official a Ldwh;a:Ldwk;
      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 b Ldwh;b:Ldwk;
      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 c Ldwh;c:Ldwk;
      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 d Ldwh;d:Ldwk;
      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 e Ldwh;e:Ldwk;
      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 f Ldwh;f:Ldwk;
      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 g Ldwh;g:Ldwk;
      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 h Ldwh;h:Ldwk;
      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, JsonSerializer<? extends LootPoolEntry> jsonSerializer)
      Mappings:
      Namespace Name Mixin selector
      official a Ldwh;a(Ljava/lang/String;Ldvx;)Ldwk;
      intermediary method_29317 Lnet/minecraft/class_75;method_29317(Ljava/lang/String;Lnet/minecraft/class_5335;)Lnet/minecraft/class_5338;
      named register Lnet/minecraft/loot/entry/LootPoolEntryTypes;register(Ljava/lang/String;Lnet/minecraft/util/JsonSerializer;)Lnet/minecraft/loot/entry/LootPoolEntryType;
    • createGsonSerializer

      public static Object createGsonSerializer()
      Mappings:
      Namespace Name Mixin selector
      official a Ldwh;a()Ljava/lang/Object;
      intermediary method_29316 Lnet/minecraft/class_75;method_29316()Ljava/lang/Object;
      named createGsonSerializer Lnet/minecraft/loot/entry/LootPoolEntryTypes;createGsonSerializer()Ljava/lang/Object;