Uses of Interface
io.papermc.paper.entity.PlayerGiveResult
Packages that use PlayerGiveResult
Package
Description
Interfaces for non-voxel objects that can exist in a
world
, including all players, monsters, projectiles, etc.-
Uses of PlayerGiveResult in org.bukkit.entity
Methods in org.bukkit.entity that return PlayerGiveResultModifier and TypeMethodDescriptiondefault PlayerGiveResult
Player.give
(Collection<ItemStack> items) Gives the player those items following full vanilla logic, making the player drop the items that did not fit into the inventory.Player.give
(Collection<ItemStack> items, boolean dropIfFull) Gives the player those items following full vanilla logic.default PlayerGiveResult
Gives the player the items following full vanilla logic, making the player drop the items that did not fit into the inventory.