Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

R

r - Enum constant in enum class fr.maxlego08.zshop.zcore.utils.DefaultFontInfo
 
R - Enum constant in enum class fr.maxlego08.zshop.zcore.utils.DefaultFontInfo
 
randomElement(List<T>) - Method in class fr.maxlego08.zshop.zcore.utils.ZUtils
Get random element from list
RandomString - Class in fr.maxlego08.zshop.zcore.utils
 
RandomString() - Constructor for class fr.maxlego08.zshop.zcore.utils.RandomString
Create session identifiers.
RandomString(int) - Constructor for class fr.maxlego08.zshop.zcore.utils.RandomString
Create an alphanumeric strings from a secure generator.
RandomString(int, Random) - Constructor for class fr.maxlego08.zshop.zcore.utils.RandomString
Create an alphanumeric string generator.
RandomString(int, Random, String) - Constructor for class fr.maxlego08.zshop.zcore.utils.RandomString
 
read(JsonReader) - Method in class fr.maxlego08.zshop.zcore.utils.gson.LocationAdapter
 
read(JsonReader) - Method in class fr.maxlego08.zshop.zcore.utils.gson.PotionEffectAdapter
 
read(File) - Static method in class fr.maxlego08.zshop.zcore.utils.storage.DiscUtils
 
readBytes(File) - Static method in class fr.maxlego08.zshop.zcore.utils.storage.DiscUtils
 
readCatch(File) - Static method in class fr.maxlego08.zshop.zcore.utils.storage.DiscUtils
 
readLogs(CommandSender, OfflinePlayer, HistoryType, int) - Method in interface fr.maxlego08.zshop.api.history.HistoryManager
 
readLogs(CommandSender, OfflinePlayer, HistoryType, int) - Method in class fr.maxlego08.zshop.history.ZHistoryManager
 
register(String, ReturnBiConsumer<Player, String, String>) - Method in class fr.maxlego08.zshop.placeholder.LocalPlaceholder
 
registerCommand(VCommand) - Method in class fr.maxlego08.zshop.command.CommandManager
 
registerCommand(String, VCommand) - Method in class fr.maxlego08.zshop.command.CommandManager
Allows you to register a command
registerCommand(String, VCommand, String...) - Method in class fr.maxlego08.zshop.zcore.ZPlugin
Register command
registerCommand(Plugin, String, VCommand, List<String>) - Method in class fr.maxlego08.zshop.command.CommandManager
Register spigot command without plugin.yml This method will allow to register a command in the spigot without using the plugin.yml This saves time and understanding, the plugin.yml file is clearer
registerEconomy(ShopEconomy) - Method in interface fr.maxlego08.zshop.api.economy.EconomyManager
 
registerEconomy(ShopEconomy) - Method in class fr.maxlego08.zshop.economy.ZEconomyManager
 
registerInventory(EnumInventory, VInventory) - Method in class fr.maxlego08.zshop.inventory.ZInventoryManager
Allows you to record an inventory If the inventory ID already exists then an exception will be throw
registerInventory(EnumInventory, VInventory) - Method in class fr.maxlego08.zshop.zcore.ZPlugin
Register Inventory
registerPlaceholders() - Method in interface fr.maxlego08.zshop.api.ShopManager
Register Placeholders
registerPlaceholders() - Method in class fr.maxlego08.zshop.limit.ZLimitManager
 
registerPlaceholders() - Method in class fr.maxlego08.zshop.ZShopManager
 
RELOAD - Enum constant in enum class fr.maxlego08.zshop.zcore.enums.Message
 
reloadFiles() - Method in class fr.maxlego08.zshop.ShopPlugin
 
reloadFiles() - Method in class fr.maxlego08.zshop.zcore.ZPlugin
Reload files
remove() - Method in class fr.maxlego08.zshop.zcore.utils.Cuboid.CuboidIterator
 
remove(Player) - Method in class fr.maxlego08.zshop.inventory.ZInventoryManager
Allows you to remove the player from the list of open inventories
RemoveButton - Interface in fr.maxlego08.zshop.api.buttons
 
RemoveButtonLoader - Class in fr.maxlego08.zshop.loader
 
RemoveButtonLoader(ShopPlugin) - Constructor for class fr.maxlego08.zshop.loader.RemoveButtonLoader
 
removeColor(String) - Method in class fr.maxlego08.zshop.zcore.utils.ZUtils
 
removeColorCodes(String) - Static method in class fr.maxlego08.zshop.zcore.utils.MessageUtils
 
removeCooldown(String, UUID) - Static method in class fr.maxlego08.zshop.zcore.utils.builder.CooldownBuilder
 
removeCooldown(String, Player) - Static method in class fr.maxlego08.zshop.zcore.utils.builder.CooldownBuilder
 
removeEconomy(ShopEconomy) - Method in interface fr.maxlego08.zshop.api.economy.EconomyManager
 
removeEconomy(ShopEconomy) - Method in class fr.maxlego08.zshop.economy.ZEconomyManager
 
removeItem(int) - Method in class fr.maxlego08.zshop.inventory.VInventory
Allows you to remove an item from the list of items
removeItemInHand(Player) - Method in class fr.maxlego08.zshop.zcore.utils.ZUtils
Remove the item from the player's hand
removeItemInHand(Player, int) - Method in class fr.maxlego08.zshop.zcore.utils.ZUtils
Remove the item from the player's hand
removeItems(Player, int, ItemStack) - Method in class fr.maxlego08.zshop.zcore.utils.ZUtils
Remove a certain number of items from a player's inventory
removeLine(int) - Method in class fr.maxlego08.zshop.scoreboard.FastBoard
Remove a scoreboard line.
removeWhiteSpace(char[]) - Static method in class fr.maxlego08.zshop.zcore.utils.Base64
remove WhiteSpace from MIME containing encoded Base64 data.
replace(String, String) - Method in enum class fr.maxlego08.zshop.zcore.enums.Message
 
reset(Limit) - Method in interface fr.maxlego08.zshop.api.limit.LimiterManager
 
reset(Limit) - Method in interface fr.maxlego08.zshop.api.limit.PlayerLimit
 
reset(Limit) - Method in class fr.maxlego08.zshop.limit.ZLimitManager
 
reset(Limit) - Method in class fr.maxlego08.zshop.limit.ZPlayerLimit
 
reset(String) - Method in interface fr.maxlego08.zshop.api.limit.PlayerLimit
 
reset(String) - Method in class fr.maxlego08.zshop.limit.ZPlayerLimit
 
RESET_AMOUNT - Enum constant in enum class fr.maxlego08.zshop.save.ConfirmAction
 
ReturnBiConsumer<T,G,C> - Interface in fr.maxlego08.zshop.placeholder
 
ReturnTriConsumer<A,T,G,C> - Interface in fr.maxlego08.zshop.placeholder
 
reverse(List<T>) - Method in class fr.maxlego08.zshop.zcore.utils.ZUtils
 
RIGHT_ARROW - Enum constant in enum class fr.maxlego08.zshop.zcore.utils.DefaultFontInfo
 
RIGHT_BRACKET - Enum constant in enum class fr.maxlego08.zshop.zcore.utils.DefaultFontInfo
 
RIGHT_CURL_BRACE - Enum constant in enum class fr.maxlego08.zshop.zcore.utils.DefaultFontInfo
 
RIGHT_PERENTHESIS - Enum constant in enum class fr.maxlego08.zshop.zcore.utils.DefaultFontInfo
 
runAsync - Variable in class fr.maxlego08.zshop.command.VCommand
 
runAsync(Plugin, Runnable) - Method in class fr.maxlego08.zshop.zcore.utils.ZUtils
Allows to execute a runnable in an asynmetrical way
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form