Class VanillaBlockLootTableGenerator

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

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

    • JUNGLE_SAPLING_DROP_CHANCE

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

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

    • VanillaBlockLootTableGenerator

      public VanillaBlockLootTableGenerator()
  • Method Details

    • generate

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