Uses of Interface
net.minecraft.server.commands.LootCommand.Callback
Packages that use LootCommand.Callback
-
Uses of LootCommand.Callback in net.minecraft.server.commands
Methods in net.minecraft.server.commands with parameters of type LootCommand.CallbackModifier and TypeMethodDescriptionint
LootCommand.DropConsumer.accept
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_138050_, List<ItemStack> p_138051_, LootCommand.Callback p_138052_) private static int
LootCommand.blockDistribute
(CommandSourceStack pSource, BlockPos pPos, List<ItemStack> pItems, LootCommand.Callback pCallback) private static int
LootCommand.blockReplace
(CommandSourceStack pSource, BlockPos pPos, int pSlot, int pNumSlots, List<ItemStack> pItems, LootCommand.Callback pCallback) private static int
LootCommand.dropInWorld
(CommandSourceStack pSource, Vec3 pPos, List<ItemStack> pItems, LootCommand.Callback pCallback) private static int
LootCommand.entityReplace
(Collection<? extends Entity> pTargets, int pStartSlot, int pNumSlots, List<ItemStack> pItems, LootCommand.Callback pCallback) private static int
LootCommand.playerGive
(Collection<ServerPlayer> pTargets, List<ItemStack> pItems, LootCommand.Callback pCallback)