Class VanillaBlockLootTableGenerator

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

public class VanillaBlockLootTableGenerator extends BlockLootTableGenerator
Mappings:
Namespace Name
named net/minecraft/data/server/loottable/vanilla/VanillaBlockLootTableGenerator
intermediary net/minecraft/class_2430
official nc
  • Field Details

    • JUNGLE_SAPLING_DROP_CHANCE

      private static final float[] JUNGLE_SAPLING_DROP_CHANCE
      Mappings:
      Namespace Name Mixin selector
      named JUNGLE_SAPLING_DROP_CHANCE Lnet/minecraft/data/server/loottable/vanilla/VanillaBlockLootTableGenerator;JUNGLE_SAPLING_DROP_CHANCE:[F
      intermediary field_11338 Lnet/minecraft/class_2430;field_11338:[F
      official g Lnc;g:[F
    • EXPLOSION_IMMUNE

      private static final Set<Item> EXPLOSION_IMMUNE
      Mappings:
      Namespace Name Mixin selector
      named EXPLOSION_IMMUNE Lnet/minecraft/data/server/loottable/vanilla/VanillaBlockLootTableGenerator;EXPLOSION_IMMUNE:Ljava/util/Set;
      intermediary field_11340 Lnet/minecraft/class_2430;field_11340:Ljava/util/Set;
      official h Lnc;h:Ljava/util/Set;
  • Constructor Details

    • VanillaBlockLootTableGenerator

      public VanillaBlockLootTableGenerator(RegistryWrapper.WrapperLookup registryLookup)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/data/server/loottable/vanilla/VanillaBlockLootTableGenerator;<init>(Lnet/minecraft/registry/RegistryWrapper$WrapperLookup;)V
      intermediary <init> Lnet/minecraft/class_2430;<init>(Lnet/minecraft/class_7225$class_7874;)V
      official <init> Lnc;<init>(Ljo$a;)V
  • Method Details

    • generate

      protected void generate()
      Specified by:
      generate in class BlockLootTableGenerator
      Mappings:
      Namespace Name Mixin selector
      named generate Lnet/minecraft/data/server/loottable/BlockLootTableGenerator;generate()V
      intermediary method_10379 Lnet/minecraft/class_7788;method_10379()V
      official d Lmu;d()V
    • decoratedPotDrops

      private LootTable.Builder decoratedPotDrops(Block block)
      Mappings:
      Namespace Name Mixin selector
      named decoratedPotDrops Lnet/minecraft/data/server/loottable/vanilla/VanillaBlockLootTableGenerator;decoratedPotDrops(Lnet/minecraft/block/Block;)Lnet/minecraft/loot/LootTable$Builder;
      intermediary method_49984 Lnet/minecraft/class_2430;method_49984(Lnet/minecraft/class_2248;)Lnet/minecraft/class_52$class_53;
      official u Lnc;u(Ldfy;)Lerw$a;
    • pitcherCropDrops

      private LootTable.Builder pitcherCropDrops()
      Mappings:
      Namespace Name Mixin selector
      named pitcherCropDrops Lnet/minecraft/data/server/loottable/vanilla/VanillaBlockLootTableGenerator;pitcherCropDrops()Lnet/minecraft/loot/LootTable$Builder;
      intermediary method_49983 Lnet/minecraft/class_2430;method_49983()Lnet/minecraft/class_52$class_53;
      official e Lnc;e()Lerw$a;