Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
P
- p - Enum constant in enum class fr.maxlego08.zshop.zcore.utils.DefaultFontInfo
- P - Enum constant in enum class fr.maxlego08.zshop.zcore.utils.DefaultFontInfo
- page - Variable in class fr.maxlego08.zshop.inventory.VInventory
- paginate(List<T>, int, int) - Method in class fr.maxlego08.zshop.zcore.utils.inventory.Pagination
-
Allows you to sort a list of items according to the number of items and the page The system can be used to create inventories with several pages for example
- paginate(Map<?, T>, int, int) - Method in class fr.maxlego08.zshop.zcore.utils.inventory.Pagination
-
The pagination will be done on the values of the map
- PaginateInventory<T> - Class in fr.maxlego08.zshop.zcore.utils.inventory
- PaginateInventory(String, int) - Constructor for class fr.maxlego08.zshop.zcore.utils.inventory.PaginateInventory
- PaginateInventory(String, InventorySize) - Constructor for class fr.maxlego08.zshop.zcore.utils.inventory.PaginateInventory
- paginateReverse(List<T>, int, int) - Method in class fr.maxlego08.zshop.zcore.utils.inventory.Pagination
-
Allows you to sort a list of items according to the number of items and the page Here the pagination will allow to invert the list of elements The system can be used to create inventories with several pages for example
- paginateReverse(Map<?, T>, int, int) - Method in class fr.maxlego08.zshop.zcore.utils.inventory.Pagination
-
The pagination will be done on the values of the map
- Pagination<T> - Class in fr.maxlego08.zshop.zcore.utils.inventory
- Pagination() - Constructor for class fr.maxlego08.zshop.zcore.utils.inventory.Pagination
- paginationSize - Variable in class fr.maxlego08.zshop.zcore.utils.inventory.PaginateInventory
- Pair<T,
G> - Class in fr.maxlego08.zshop.zcore.utils - Pair(T, G) - Constructor for class fr.maxlego08.zshop.zcore.utils.Pair
- papi(String, Player) - Method in class fr.maxlego08.zshop.zcore.utils.PapiUtils
- papi(List<String>, Player) - Method in class fr.maxlego08.zshop.zcore.utils.PapiUtils
-
Transforms a list into a list with placeholder API
- papi(ItemStack, Player) - Method in class fr.maxlego08.zshop.zcore.utils.PapiUtils
- PapiUtils - Class in fr.maxlego08.zshop.zcore.utils
- PapiUtils() - Constructor for class fr.maxlego08.zshop.zcore.utils.PapiUtils
- parent - Variable in class fr.maxlego08.zshop.command.VCommand
-
Mother command of this command
- parentCount - Variable in class fr.maxlego08.zshop.zcore.utils.commands.Arguments
- parseInt(Player) - Method in interface fr.maxlego08.zshop.api.buttons.AddButton
- parseInt(Player) - Method in interface fr.maxlego08.zshop.api.buttons.RemoveButton
- parseInt(Player) - Method in class fr.maxlego08.zshop.buttons.ZAddButton
- parseInt(Player) - Method in class fr.maxlego08.zshop.buttons.ZRemoveButton
- percent(double, double) - Method in class fr.maxlego08.zshop.zcore.utils.ZUtils
- PERCENT - Enum constant in enum class fr.maxlego08.zshop.zcore.utils.DefaultFontInfo
- percentNum(double, double) - Method in class fr.maxlego08.zshop.zcore.utils.ZUtils
- perform(ShopPlugin) - Method in class fr.maxlego08.zshop.command.commands.CommandSellAll
- perform(ShopPlugin) - Method in class fr.maxlego08.zshop.command.commands.CommandSellAllHand
- perform(ShopPlugin) - Method in class fr.maxlego08.zshop.command.commands.CommandSellHand
- perform(ShopPlugin) - Method in class fr.maxlego08.zshop.command.commands.CommandShop
- perform(ShopPlugin) - Method in class fr.maxlego08.zshop.command.commands.CommandShopConvert
- perform(ShopPlugin) - Method in class fr.maxlego08.zshop.command.commands.CommandShopLogs
- perform(ShopPlugin) - Method in class fr.maxlego08.zshop.command.commands.CommandShopReload
- perform(ShopPlugin) - Method in class fr.maxlego08.zshop.command.VCommand
-
Method that allows you to execute the command
- PERIOD - Enum constant in enum class fr.maxlego08.zshop.zcore.utils.DefaultFontInfo
- Permission - Enum Class in fr.maxlego08.zshop.zcore.enums
- persist() - Method in class fr.maxlego08.zshop.placeholder.DistantPlaceholder
- Persist - Class in fr.maxlego08.zshop.zcore.utils.storage
- Persist(ZPlugin) - Constructor for class fr.maxlego08.zshop.zcore.utils.storage.Persist
- personnal() - Method in class fr.maxlego08.zshop.zcore.utils.players.BarApi
- Placeholder - Interface in fr.maxlego08.zshop.placeholder
- PLACEHOLDER - Enum constant in enum class fr.maxlego08.zshop.zcore.utils.plugins.Plugins
- Placeholder.Api - Class in fr.maxlego08.zshop.placeholder
- Placeholder.Local - Class in fr.maxlego08.zshop.placeholder
- Placeholder.PlaceHolders - Class in fr.maxlego08.zshop.placeholder
- PlaceHolders() - Constructor for class fr.maxlego08.zshop.placeholder.Placeholder.PlaceHolders
- player - Variable in class fr.maxlego08.zshop.command.VCommand
- player - Variable in class fr.maxlego08.zshop.inventory.VInventory
- PLAYER_BUY - Enum constant in enum class fr.maxlego08.zshop.api.limit.LimitType
- PLAYER_SELL - Enum constant in enum class fr.maxlego08.zshop.api.limit.LimitType
- PlayerCache - Interface in fr.maxlego08.zshop.api
- playerHead() - Method in class fr.maxlego08.zshop.zcore.utils.ZUtils
-
Allows you to get an itemstack to create a player's head
- playerHead(ItemStack, OfflinePlayer) - Method in class fr.maxlego08.zshop.zcore.utils.ZUtils
-
Permet d'obtenir la tête d'un joueur en utilisation le système de configuration des inventaires
- PlayerLimit - Interface in fr.maxlego08.zshop.api.limit
- PLAYERPOINT - Enum constant in enum class fr.maxlego08.zshop.zcore.utils.plugins.Plugins
- PlayerPointEconomy - Class in fr.maxlego08.zshop.economy.economies
- PlayerPointEconomy(Plugin, String, String, String) - Constructor for class fr.maxlego08.zshop.economy.economies.PlayerPointEconomy
- PlayerSkin - Class in fr.maxlego08.zshop.zcore.utils
-
Based on https://www.spigotmc.org/threads/how-to-get-a-players-texture.244966/
- PlayerSkin() - Constructor for class fr.maxlego08.zshop.zcore.utils.PlayerSkin
- plugin - Variable in class fr.maxlego08.zshop.buttons.ZItemButton
- plugin - Variable in class fr.maxlego08.zshop.command.VCommand
- plugin - Variable in class fr.maxlego08.zshop.inventory.VInventory
- plugin - Variable in class fr.maxlego08.zshop.zcore.utils.yaml.YamlUtils
- Plugins - Enum Class in fr.maxlego08.zshop.zcore.utils.plugins
- PLUS_SIGN - Enum constant in enum class fr.maxlego08.zshop.zcore.utils.DefaultFontInfo
- postDisable() - Method in class fr.maxlego08.zshop.zcore.ZPlugin
- postEnable() - Method in class fr.maxlego08.zshop.zcore.ZPlugin
- postOpenInventory() - Method in class fr.maxlego08.zshop.zcore.utils.inventory.PaginateInventory
-
Called after create inventory
- PotionBuilder - Class in fr.maxlego08.zshop.zcore.utils.builder
- PotionBuilder() - Constructor for class fr.maxlego08.zshop.zcore.utils.builder.PotionBuilder
- PotionBuilder(int) - Constructor for class fr.maxlego08.zshop.zcore.utils.builder.PotionBuilder
- PotionBuilder(int, int) - Constructor for class fr.maxlego08.zshop.zcore.utils.builder.PotionBuilder
- PotionBuilder(int, int, String) - Constructor for class fr.maxlego08.zshop.zcore.utils.builder.PotionBuilder
- PotionBuilder(int, int, String, List<String>, List<ItemFlag>, Map<Enchantment, Integer>) - Constructor for class fr.maxlego08.zshop.zcore.utils.builder.PotionBuilder
- PotionBuilder(int, String) - Constructor for class fr.maxlego08.zshop.zcore.utils.builder.PotionBuilder
- PotionBuilder(String) - Constructor for class fr.maxlego08.zshop.zcore.utils.builder.PotionBuilder
- PotionBuilder(String...) - Constructor for class fr.maxlego08.zshop.zcore.utils.builder.PotionBuilder
- PotionBuilder(ItemFlag...) - Constructor for class fr.maxlego08.zshop.zcore.utils.builder.PotionBuilder
- PotionEffectAdapter - Class in fr.maxlego08.zshop.zcore.utils.gson
- PotionEffectAdapter(ZPlugin) - Constructor for class fr.maxlego08.zshop.zcore.utils.gson.PotionEffectAdapter
- preDisable() - Method in class fr.maxlego08.zshop.zcore.ZPlugin
- preEnable() - Method in class fr.maxlego08.zshop.zcore.ZPlugin
- PREFIX - Enum constant in enum class fr.maxlego08.zshop.zcore.enums.Message
- preOpenInventory() - Method in class fr.maxlego08.zshop.zcore.utils.inventory.PaginateInventory
- preOpenInventory(ShopPlugin, Player, int, Object...) - Method in class fr.maxlego08.zshop.inventory.VInventory
- prePerform(ShopPlugin, CommandSender, String[]) - Method in class fr.maxlego08.zshop.command.VCommand
-
Allows you to manage the arguments and check that the command is valid
- previousMaterial - Variable in class fr.maxlego08.zshop.zcore.utils.inventory.PaginateInventory
- previousSlot - Variable in class fr.maxlego08.zshop.zcore.utils.inventory.PaginateInventory
- price(long) - Method in class fr.maxlego08.zshop.zcore.utils.ZUtils
- PriceFormatConfig - Class in fr.maxlego08.zshop.save
- PriceFormatConfig() - Constructor for class fr.maxlego08.zshop.save.PriceFormatConfig
- PriceModifier - Interface in fr.maxlego08.zshop.api
- PriceModifierCache - Class in fr.maxlego08.zshop.api.utils
- PriceModifierCache(long, Optional<PriceModifier>) - Constructor for class fr.maxlego08.zshop.api.utils.PriceModifierCache
- priceModifiers - Static variable in class fr.maxlego08.zshop.save.Config
- PriceType - Enum Class in fr.maxlego08.zshop.api
- ProgressBar - Class in fr.maxlego08.zshop.zcore.utils
- ProgressBar(int, char, String, String) - Constructor for class fr.maxlego08.zshop.zcore.utils.ProgressBar
- purchaseConfirmationConfig - Static variable in class fr.maxlego08.zshop.save.Config
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form