Uses of Interface
net.minecraft.server.commands.LootCommand.DropConsumer
Packages that use LootCommand.DropConsumer
-
Uses of LootCommand.DropConsumer in net.minecraft.server.commands
Methods in net.minecraft.server.commands with parameters of type LootCommand.DropConsumerModifier and TypeMethodDescriptioncom.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> LootCommand.TailProvider.construct(com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> builder, LootCommand.DropConsumer dropConsumer) private static intLootCommand.drop(com.mojang.brigadier.context.CommandContext<CommandSourceStack> context, Holder<LootTable> lootTable, LootParams params, LootCommand.DropConsumer dropConsumer) private static intLootCommand.dropBlockLoot(com.mojang.brigadier.context.CommandContext<CommandSourceStack> context, BlockPos pos, ItemStack tool, LootCommand.DropConsumer dropConsumer) private static intLootCommand.dropChestLoot(com.mojang.brigadier.context.CommandContext<CommandSourceStack> context, Holder<LootTable> lootTable, LootCommand.DropConsumer dropCOnsimer) private static intLootCommand.dropFishingLoot(com.mojang.brigadier.context.CommandContext<CommandSourceStack> context, Holder<LootTable> lootTable, BlockPos pos, ItemStack tool, LootCommand.DropConsumer dropConsumet) private static intLootCommand.dropKillLoot(com.mojang.brigadier.context.CommandContext<CommandSourceStack> context, Entity p_entity, LootCommand.DropConsumer dropConsumer)