Class LootCommand

java.lang.Object
net.minecraft.server.commands.LootCommand

public class LootCommand extends Object
  • Field Details

    • SUGGEST_LOOT_TABLE

      public static final com.mojang.brigadier.suggestion.SuggestionProvider<CommandSourceStack> SUGGEST_LOOT_TABLE
    • ERROR_NO_HELD_ITEMS

      private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType ERROR_NO_HELD_ITEMS
    • ERROR_NO_LOOT_TABLE

      private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType ERROR_NO_LOOT_TABLE
  • Constructor Details

    • LootCommand

      public LootCommand()
  • Method Details