Class VanillaFishingLootTableGenerator

java.lang.Object
net.minecraft.data.server.loottable.vanilla.VanillaFishingLootTableGenerator
All Implemented Interfaces:
LootTableGenerator

public class VanillaFishingLootTableGenerator extends Object implements LootTableGenerator
Mappings:
Namespace Name
official kl
intermediary net/minecraft/class_2437
named net/minecraft/data/server/loottable/vanilla/VanillaFishingLootTableGenerator
  • Field Details

    • NEEDS_JUNGLE_BIOME

      public static final LootCondition.Builder NEEDS_JUNGLE_BIOME
      Mappings:
      Namespace Name Mixin selector
      official a Lkl;a:Lefp$a;
      intermediary field_11346 Lnet/minecraft/class_2437;field_11346:Lnet/minecraft/class_5341$class_210;
      named NEEDS_JUNGLE_BIOME Lnet/minecraft/data/server/loottable/vanilla/VanillaFishingLootTableGenerator;NEEDS_JUNGLE_BIOME:Lnet/minecraft/loot/condition/LootCondition$Builder;
    • NEEDS_SPARSE_JUNGLE_BIOME

      public static final LootCondition.Builder NEEDS_SPARSE_JUNGLE_BIOME
      Mappings:
      Namespace Name Mixin selector
      official b Lkl;b:Lefp$a;
      intermediary field_35165 Lnet/minecraft/class_2437;field_35165:Lnet/minecraft/class_5341$class_210;
      named NEEDS_SPARSE_JUNGLE_BIOME Lnet/minecraft/data/server/loottable/vanilla/VanillaFishingLootTableGenerator;NEEDS_SPARSE_JUNGLE_BIOME:Lnet/minecraft/loot/condition/LootCondition$Builder;
    • NEEDS_BAMBOO_JUNGLE_BIOME

      public static final LootCondition.Builder NEEDS_BAMBOO_JUNGLE_BIOME
      Mappings:
      Namespace Name Mixin selector
      official c Lkl;c:Lefp$a;
      intermediary field_11349 Lnet/minecraft/class_2437;field_11349:Lnet/minecraft/class_5341$class_210;
      named NEEDS_BAMBOO_JUNGLE_BIOME Lnet/minecraft/data/server/loottable/vanilla/VanillaFishingLootTableGenerator;NEEDS_BAMBOO_JUNGLE_BIOME:Lnet/minecraft/loot/condition/LootCondition$Builder;
  • Constructor Details

    • VanillaFishingLootTableGenerator

      public VanillaFishingLootTableGenerator()
  • Method Details

    • accept

      public void accept(BiConsumer<Identifier,LootTable.Builder> exporter)
      Specified by:
      accept in interface LootTableGenerator
      Mappings:
      Namespace Name Mixin selector
      official generate Lkd;generate(Ljava/util/function/BiConsumer;)V
      intermediary method_10399 Lnet/minecraft/class_7791;method_10399(Ljava/util/function/BiConsumer;)V
      named accept Lnet/minecraft/data/server/loottable/LootTableGenerator;accept(Ljava/util/function/BiConsumer;)V
    • createFishTableBuilder

      public static LootTable.Builder createFishTableBuilder()
      Mappings:
      Namespace Name Mixin selector
      official a Lkl;a()Lecy$a;
      intermediary method_48516 Lnet/minecraft/class_2437;method_48516()Lnet/minecraft/class_52$class_53;
      named createFishTableBuilder Lnet/minecraft/data/server/loottable/vanilla/VanillaFishingLootTableGenerator;createFishTableBuilder()Lnet/minecraft/loot/LootTable$Builder;