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, ?> pBuilder, LootCommand.DropConsumer pDropConsumer) private static intLootCommand.drop(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, Holder<LootTable> pLootTable, LootParams pParams, LootCommand.DropConsumer pDropConsumer) private static intLootCommand.dropBlockLoot(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, BlockPos pPos, ItemStack pTool, LootCommand.DropConsumer pDropConsumer) private static intLootCommand.dropChestLoot(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, Holder<LootTable> pLootTable, LootCommand.DropConsumer pDropCOnsimer) private static intLootCommand.dropFishingLoot(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, Holder<LootTable> pLootTable, BlockPos pPos, ItemStack pTool, LootCommand.DropConsumer pDropConsumet) private static intLootCommand.dropKillLoot(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, Entity pEntity, LootCommand.DropConsumer pDropConsumer)