Uses of Class
com.github.cc007.headsplugin.api.business.domain.Head
Packages that use Head
-
Uses of Head in com.github.cc007.headsplugin.api.business.services.heads
Methods in com.github.cc007.headsplugin.api.business.services.heads that return types with arguments of type HeadModifier and TypeMethodDescriptionHeadCreator.createHead
(org.bukkit.entity.Player player, String newHeadName) Create a head based on a skin from a given Player and head name.CategorySearcher.getCategoryHeads
(Category category) get all heads from a certainCategory
CategorySearcher.getCategoryHeads
(String categoryName) get all heads from a certain category, based on the provided category nameGet allHead
s for a given search term.Methods in com.github.cc007.headsplugin.api.business.services.heads with parameters of type HeadModifier and TypeMethodDescriptionorg.bukkit.inventory.ItemStack
HeadToItemstackMapper.getItemStack
(Head head) Get anItemStack
, based on the providedHead
.org.bukkit.inventory.ItemStack
HeadToItemstackMapper.getItemStack
(Head head, int quantity) Get anItemStack
, based on the providedHead
.void
HeadPlacer.placeHead
(@NonNull Head head, @NonNull org.bukkit.Location location, @NonNull org.bukkit.block.BlockFace rotation) Place aHead
at a certainLocation
in the world, with a certain rotationvoid
HeadPlacer.placeWallHead
(@NonNull Head head, @NonNull org.bukkit.Location location, @NonNull org.bukkit.block.BlockFace facing) Place aHead
at a certainLocation
in the world as wall head, with a certain facing directionMethod parameters in com.github.cc007.headsplugin.api.business.services.heads with type arguments of type HeadModifier and TypeMethodDescriptionList<org.bukkit.inventory.ItemStack>
HeadToItemstackMapper.getItemStacks
(List<Head> heads) Get a list ofItemStack
s, based on the provided list ofHead
s.List<org.bukkit.inventory.ItemStack>
HeadToItemstackMapper.getItemStacks
(List<Head> heads, int quantity) Get a list ofItemStack
s, based on the provided list ofHead
s.