Uses of Interface
net.minecraft.server.commands.item.ItemAccessor.SetterFunction
Packages that use ItemAccessor.SetterFunction
-
Uses of ItemAccessor.SetterFunction in net.minecraft.server.commands.item
Methods in net.minecraft.server.commands.item with parameters of type ItemAccessor.SetterFunctionModifier and TypeMethodDescriptionvoidBlockItemAccessor.setItems(CommandSourceStack source, SlotSource slotSource, ItemAccessor.SetterFunction<BlockPos> function) voidEntityItemAccessor.setItems(CommandSourceStack source, SlotSource slotSource, ItemAccessor.SetterFunction<Entity> function) voidItemAccessor.setItems(CommandSourceStack source, SlotSource slotSource, ItemAccessor.SetterFunction<Target> function)