Uses of Interface
net.minecraft.command.impl.LootCommand.ITargetHandler
-
Packages that use LootCommand.ITargetHandler Package Description net.minecraft.command.impl -
-
Uses of LootCommand.ITargetHandler in net.minecraft.command.impl
Methods in net.minecraft.command.impl with parameters of type LootCommand.ITargetHandler Modifier and Type Method Description com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?>
LootCommand.ISourceArgumentBuilder. construct(com.mojang.brigadier.builder.ArgumentBuilder<CommandSource,?> p_construct_1_, LootCommand.ITargetHandler p_construct_2_)
private static int
LootCommand. drop(com.mojang.brigadier.context.CommandContext<CommandSource> p_218871_0_, ResourceLocation p_218871_1_, LootContext p_218871_2_, LootCommand.ITargetHandler p_218871_3_)
private static int
LootCommand. dropBlockLoot(com.mojang.brigadier.context.CommandContext<CommandSource> p_218879_0_, BlockPos p_218879_1_, ItemStack p_218879_2_, LootCommand.ITargetHandler p_218879_3_)
private static int
LootCommand. dropChestLoot(com.mojang.brigadier.context.CommandContext<CommandSource> p_218887_0_, ResourceLocation p_218887_1_, LootCommand.ITargetHandler p_218887_2_)
private static int
LootCommand. dropFishingLoot(com.mojang.brigadier.context.CommandContext<CommandSource> p_218876_0_, ResourceLocation p_218876_1_, BlockPos p_218876_2_, ItemStack p_218876_3_, LootCommand.ITargetHandler p_218876_4_)
private static int
LootCommand. dropKillLoot(com.mojang.brigadier.context.CommandContext<CommandSource> p_218869_0_, Entity p_218869_1_, LootCommand.ITargetHandler p_218869_2_)
-