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 certainCategoryCategorySearcher.getCategoryHeads(String categoryName) get all heads from a certain category, based on the provided category nameGet allHeads for a given search term.Methods in com.github.cc007.headsplugin.api.business.services.heads with parameters of type HeadModifier and TypeMethodDescriptionorg.bukkit.inventory.ItemStackHeadToItemstackMapper.getItemStack(Head head) Get anItemStack, based on the providedHead.org.bukkit.inventory.ItemStackHeadToItemstackMapper.getItemStack(Head head, int quantity) Get anItemStack, based on the providedHead.voidHeadPlacer.placeHead(@NonNull Head head, @NonNull org.bukkit.Location location, @NonNull org.bukkit.block.BlockFace rotation) Place aHeadat a certainLocationin the world, with a certain rotationvoidHeadPlacer.placeWallHead(@NonNull Head head, @NonNull org.bukkit.Location location, @NonNull org.bukkit.block.BlockFace facing) Place aHeadat a certainLocationin 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 ofItemStacks, based on the provided list ofHeads.List<org.bukkit.inventory.ItemStack>HeadToItemstackMapper.getItemStacks(List<Head> heads, int quantity) Get a list ofItemStacks, based on the provided list ofHeads.