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