Index

A B C D F G H I J L M O P R S T W 
All Classes and Interfaces|All Packages|Constant Field Values

A

addCustomChart(Metrics.CustomChart) - Method in class com.minetrone.mfurniture.Metrics
Adds a custom chart.
addCustomChart(Metrics.CustomChart) - Method in class com.minetrone.mfurniture.Metrics.MetricsBase
adds custom chart
AdvancedBarChart(String, Callable<Map<String, int[]>>) - Constructor for class com.minetrone.mfurniture.Metrics.AdvancedBarChart
Class constructor.
AdvancedPie(String, Callable<Map<String, Integer>>) - Constructor for class com.minetrone.mfurniture.Metrics.AdvancedPie
Class constructor.
AdventureManager - Class in com.minetrone.mfurniture.api.managers
Uses KyroLib dependency to init minimessage api
AdventureManager() - Constructor for class com.minetrone.mfurniture.api.managers.AdventureManager
AdventureManager constructor method
appendField(String, int) - Method in class com.minetrone.mfurniture.Metrics.JsonObjectBuilder
Appends an integer field to the JSON.
appendField(String, int[]) - Method in class com.minetrone.mfurniture.Metrics.JsonObjectBuilder
Appends an integer array to the JSON.
appendField(String, Metrics.JsonObjectBuilder.JsonObject) - Method in class com.minetrone.mfurniture.Metrics.JsonObjectBuilder
Appends an object to the JSON.
appendField(String, Metrics.JsonObjectBuilder.JsonObject[]) - Method in class com.minetrone.mfurniture.Metrics.JsonObjectBuilder
Appends an object array to the JSON.
appendField(String, String) - Method in class com.minetrone.mfurniture.Metrics.JsonObjectBuilder
Appends a string field to the JSON.
appendField(String, String[]) - Method in class com.minetrone.mfurniture.Metrics.JsonObjectBuilder
Appends a string array to the JSON.
appendNull(String) - Method in class com.minetrone.mfurniture.Metrics.JsonObjectBuilder
Appends a null field to the JSON.
apply(String) - Method in class com.minetrone.mfurniture.api.managers.FurnitureManager
Applies the patch

B

build() - Method in class com.minetrone.mfurniture.Metrics.JsonObjectBuilder
Builds the JSON string and invalidates this builder.
BuyGui - Class in com.minetrone.mfurniture.guis
Buy Gui which execute interact with furniture
BuyGui() - Constructor for class com.minetrone.mfurniture.guis.BuyGui
Constructor of class

C

check(FurnitureManager) - Method in class com.minetrone.mfurniture.api.managers.FurnitureManager
Checks the furniture manager
color(String) - Static method in class com.minetrone.mfurniture.Main
Basic color translate method which changes minecraft color code to known one
com.minetrone.mfurniture - package com.minetrone.mfurniture
 
com.minetrone.mfurniture.api - package com.minetrone.mfurniture.api
 
com.minetrone.mfurniture.api.handlers - package com.minetrone.mfurniture.api.handlers
 
com.minetrone.mfurniture.api.managers - package com.minetrone.mfurniture.api.managers
 
com.minetrone.mfurniture.commands - package com.minetrone.mfurniture.commands
 
com.minetrone.mfurniture.guis - package com.minetrone.mfurniture.guis
 
com.minetrone.mfurniture.helpers - package com.minetrone.mfurniture.helpers
 
com.minetrone.mfurniture.helpers.hover - package com.minetrone.mfurniture.helpers.hover
 
com.minetrone.mfurniture.helpers.ui - package com.minetrone.mfurniture.helpers.ui
 
com.minetrone.mfurniture.helpers.width - package com.minetrone.mfurniture.helpers.width
 
com.minetrone.mfurniture.integrations - package com.minetrone.mfurniture.integrations
 
com.minetrone.mfurniture.integrations.itemsadder - package com.minetrone.mfurniture.integrations.itemsadder
 
com.minetrone.mfurniture.integrations.oraxen - package com.minetrone.mfurniture.integrations.oraxen
 
com.minetrone.mfurniture.listeners - package com.minetrone.mfurniture.listeners
 
com.minetrone.mfurniture.listeners.backend - package com.minetrone.mfurniture.listeners.backend
 
com.minetrone.mfurniture.model - package com.minetrone.mfurniture.model
 
Commands - Class in com.minetrone.mfurniture.commands
Main command class which implements CommandExecutor Interface class and register command on Main#onEnable()
Commands() - Constructor for class com.minetrone.mfurniture.commands.Commands
Constructor of class
consoleMessage(String) - Method in class com.minetrone.mfurniture.api.managers.AdventureManager
Send a message to console
createGuiElement(String, char) - Static method in class com.minetrone.mfurniture.helpers.ui.GuiHelper
GuiElement creator simple way for templates
createNextPage() - Static method in class com.minetrone.mfurniture.helpers.ui.GuiHelper
Next page item creator
createPreviousPage() - Static method in class com.minetrone.mfurniture.helpers.ui.GuiHelper
Previous page item creator
CustomChart(String) - Constructor for class com.minetrone.mfurniture.Metrics.CustomChart
custom chart

D

debug - Static variable in class com.minetrone.mfurniture.helpers.Settings
debug mode
DrilldownPie(String, Callable<Map<String, Map<String, Integer>>>) - Constructor for class com.minetrone.mfurniture.Metrics.DrilldownPie
Class constructor.

F

font - Static variable in class com.minetrone.mfurniture.helpers.Settings
default font
fourArgCommands(Player, String[]) - Method in class com.minetrone.mfurniture.commands.Commands
Four arg commands which test my tools and remove commands Manage usable by administrator or owner of farmer All command are administrator commands
FurnitureAPI - Class in com.minetrone.mfurniture.api
All the api configuration can be found here.
FurnitureAPI() - Constructor for class com.minetrone.mfurniture.api.FurnitureAPI
Constructor of class
FurnitureBoughtEvent - Class in com.minetrone.mfurniture.api.handlers
FurnitureBoughtEvent fired when a player bought furniture
FurnitureBoughtEvent(Player) - Constructor for class com.minetrone.mfurniture.api.handlers.FurnitureBoughtEvent
FurnitureBoughtEvent constructor with player object as parameter
FurnitureBuyGuiOpenEvent - Class in com.minetrone.mfurniture.api.handlers
FurnitureBuyGuiOpenEvent fired when a player open the buy gui
FurnitureBuyGuiOpenEvent(Player, String, InventoryGui) - Constructor for class com.minetrone.mfurniture.api.handlers.FurnitureBuyGuiOpenEvent
FurnitureBuyGuiOpenEvent constructor with player, farmer and gui objects as parameters
furnitureHoverBackground(Object, int) - Static method in class com.minetrone.mfurniture.helpers.hover.HoverHelper
Creates hover effect for furniture items.
FurnitureLookEvent - Class in com.minetrone.mfurniture.api.handlers
FurnitureLookEvent fired when a player look furniture
FurnitureLookEvent(Player) - Constructor for class com.minetrone.mfurniture.api.handlers.FurnitureLookEvent
FurnitureLookEvent constructor with player object as parameter
FurnitureLookSoundPlayEvent - Class in com.minetrone.mfurniture.api.handlers
FurnitureLookSoundPlayEvent fired when a player look furniture and plugin play sound
FurnitureLookSoundPlayEvent(Player) - Constructor for class com.minetrone.mfurniture.api.handlers.FurnitureLookSoundPlayEvent
FurnitureLookSoundPlayEvent constructor with player object as parameter
FurnitureManager - Class in com.minetrone.mfurniture.api.managers
This class is responsible for checking the license of the plugin.
FurnitureManager() - Constructor for class com.minetrone.mfurniture.api.managers.FurnitureManager
FurnitureManager constructor method
FurnitureManager(String, String, String, String, String, String, String, String) - Constructor for class com.minetrone.mfurniture.api.managers.FurnitureManager
FurnitureManager constructor method
furniturePrice - Static variable in class com.minetrone.mfurniture.helpers.Settings
price of furniture
FurnitureShowHoverEvent - Class in com.minetrone.mfurniture.api.handlers
FurnitureShowHoverEvent fired when a player look furniture and plugin show hover
FurnitureShowHoverEvent(Player) - Constructor for class com.minetrone.mfurniture.api.handlers.FurnitureShowHoverEvent
FurnitureShowHoverEvent constructor with player object as parameter

G

getAdventure() - Static method in class com.minetrone.mfurniture.Main
Gets adventure
getAdventureManager() - Static method in class com.minetrone.mfurniture.api.FurnitureAPI
Adventure manager for adventure mode.
getAgent() - Method in class com.minetrone.mfurniture.api.managers.FurnitureManager
Gets the agent
getAllowedRegions() - Static method in class com.minetrone.mfurniture.helpers.Settings
Get the list of allowed regions.
getAllowedWorlds() - Static method in class com.minetrone.mfurniture.helpers.Settings
Get the list of allowed worlds.
getBuyItem(Player) - Static method in class com.minetrone.mfurniture.helpers.ui.GuiHelper
Buy item in BuyGui
getCancelItem() - Static method in class com.minetrone.mfurniture.helpers.ui.GuiHelper
Buy item in BuyGui
getChartData() - Method in class com.minetrone.mfurniture.Metrics.AdvancedBarChart
 
getChartData() - Method in class com.minetrone.mfurniture.Metrics.AdvancedPie
 
getChartData() - Method in class com.minetrone.mfurniture.Metrics.CustomChart
get chart data
getChartData() - Method in class com.minetrone.mfurniture.Metrics.DrilldownPie
 
getChartData() - Method in class com.minetrone.mfurniture.Metrics.MultiLineChart
 
getChartData() - Method in class com.minetrone.mfurniture.Metrics.SimpleBarChart
 
getChartData() - Method in class com.minetrone.mfurniture.Metrics.SimplePie
 
getChartData() - Method in class com.minetrone.mfurniture.Metrics.SingleLineChart
 
getComponentFromMiniMessage(String) - Method in class com.minetrone.mfurniture.api.managers.AdventureManager
Get component from text
getConfigFile() - Static method in class com.minetrone.mfurniture.Main
Gets config file
getDebugStatus() - Static method in class com.minetrone.mfurniture.helpers.Settings
Gets the debug status from the configuration.
getEconomy() - Static method in class com.minetrone.mfurniture.Main
Gets economy
getFiller() - Static method in class com.minetrone.mfurniture.helpers.ui.GuiHelper
Filler item of guis.
getFurnitureArmorFile() - Static method in class com.minetrone.mfurniture.Main
Gets furniture armor_stand file
getFurnitureEntity(Entity) - Method in class com.minetrone.mfurniture.integrations.Integrations
Gets furnitureID of entity
getFurnitureEntity(Entity) - Method in class com.minetrone.mfurniture.integrations.itemsadder.ItemsAdder
 
getFurnitureEntity(Entity) - Method in class com.minetrone.mfurniture.integrations.oraxen.Oraxen
 
getFurnitureFrameFile() - Static method in class com.minetrone.mfurniture.Main
Gets furniture item_frame file
getFurnitureManager() - Static method in class com.minetrone.mfurniture.api.FurnitureAPI
Furniture manager for furniture items.
getFurnitureManager() - Static method in class com.minetrone.mfurniture.Main
Gets furniture manager
getFurnitureNameMap() - Static method in class com.minetrone.mfurniture.helpers.Settings
Get the map of furniture names.
getFurniturePriceMap() - Static method in class com.minetrone.mfurniture.helpers.Settings
Get the map of furniture prices.
getHandlerList() - Static method in class com.minetrone.mfurniture.api.handlers.FurnitureBoughtEvent
Spigot handlers requirement * @return handler list
getHandlerList() - Static method in class com.minetrone.mfurniture.api.handlers.FurnitureBuyGuiOpenEvent
Spigot handlers requirement * @return handler list
getHandlerList() - Static method in class com.minetrone.mfurniture.api.handlers.FurnitureLookEvent
Spigot handlers requirement * @return handler list
getHandlerList() - Static method in class com.minetrone.mfurniture.api.handlers.FurnitureLookSoundPlayEvent
Spigot handlers requirement * @return handler list
getHandlerList() - Static method in class com.minetrone.mfurniture.api.handlers.FurnitureShowHoverEvent
Spigot handlers requirement * @return handler list
getHandlers() - Method in class com.minetrone.mfurniture.api.handlers.FurnitureBoughtEvent
Spigot handlers requirement
getHandlers() - Method in class com.minetrone.mfurniture.api.handlers.FurnitureBuyGuiOpenEvent
Spigot handlers requirement
getHandlers() - Method in class com.minetrone.mfurniture.api.handlers.FurnitureLookEvent
Spigot handlers requirement
getHandlers() - Method in class com.minetrone.mfurniture.api.handlers.FurnitureLookSoundPlayEvent
Spigot handlers requirement
getHandlers() - Method in class com.minetrone.mfurniture.api.handlers.FurnitureShowHoverEvent
Spigot handlers requirement
getId() - Method in class com.minetrone.mfurniture.api.managers.FurnitureManager
Gets the id
getInstance() - Static method in class com.minetrone.mfurniture.api.FurnitureAPI
Returns instance of Main class
getInstance() - Static method in class com.minetrone.mfurniture.Main
Gets instance
getIntegration() - Static method in class com.minetrone.mfurniture.Main
Gets Integration plugin instance
getItem(String) - Static method in class com.minetrone.mfurniture.helpers.ui.GuiHelper
If item has skull it gets item as head with custom head data.
getItem(String, Config) - Static method in class com.minetrone.mfurniture.helpers.ui.GuiHelper
If item has skull it gets item as head with custom head data.
getLangFile() - Static method in class com.minetrone.mfurniture.Main
Gets lang file
getLookedFurnitureMap() - Static method in class com.minetrone.mfurniture.helpers.Settings
Get the map of looked furniture.
getName() - Method in class com.minetrone.mfurniture.api.managers.FurnitureManager
Gets the name
getNearbyEntities(Player) - Static method in class com.minetrone.mfurniture.model.RayTrace
Get nearby entities
getNonce() - Method in class com.minetrone.mfurniture.api.managers.FurnitureManager
Gets the nonce
getRequestJsonObject(BiConsumer<String, Throwable>, boolean) - Method in class com.minetrone.mfurniture.Metrics.CustomChart
request json object
getResource() - Method in class com.minetrone.mfurniture.api.managers.FurnitureManager
Gets the resource
getStorageManager() - Static method in class com.minetrone.mfurniture.api.FurnitureAPI
Storage manager for config and json files.
getTime() - Method in class com.minetrone.mfurniture.api.managers.FurnitureManager
Gets the time
getToken() - Method in class com.minetrone.mfurniture.api.managers.FurnitureManager
Gets the token
getVersion() - Method in class com.minetrone.mfurniture.api.managers.FurnitureManager
Gets the version
getWidth(String) - Static method in class com.minetrone.mfurniture.helpers.width.TextWidth
This method calculates the width of the text.
getWidthFile() - Static method in class com.minetrone.mfurniture.Main
Gets width file
getWidths() - Static method in class com.minetrone.mfurniture.helpers.width.WidthHelper
Returns widths map
GuiHelper - Class in com.minetrone.mfurniture.helpers.ui
All guis using this method for items and all items located here.
GuiHelper() - Constructor for class com.minetrone.mfurniture.helpers.ui.GuiHelper
Constructor of class

H

hitResultLocation - Static variable in class com.minetrone.mfurniture.model.RayTrace
Hit result location
HoverHelper - Class in com.minetrone.mfurniture.helpers.hover
HoverHelper class is used to create hover effect for furniture items.
HoverHelper() - Constructor for class com.minetrone.mfurniture.helpers.hover.HoverHelper
Constructor of class

I

initConfig(String) - Method in class com.minetrone.mfurniture.api.managers.StorageManager
Initiating config file
initConfig(String, JavaPlugin) - Method in class com.minetrone.mfurniture.api.managers.StorageManager
Initiating config file for addons
initJson(String) - Method in class com.minetrone.mfurniture.api.managers.StorageManager
Initiating json file
initJson(String, JavaPlugin) - Method in class com.minetrone.mfurniture.api.managers.StorageManager
Initiating json file
initLangFile(String) - Method in class com.minetrone.mfurniture.api.managers.StorageManager
Initiating lang file into lang folder
Integrations - Class in com.minetrone.mfurniture.integrations
Abstract class for Integration hook Which getting custom plugin and furnitureID for necessary sections.
Integrations(Listener) - Constructor for class com.minetrone.mfurniture.integrations.Integrations
Constructor register event of super class
invFull(Player) - Static method in class com.minetrone.mfurniture.helpers.ui.GuiHelper
Chkecs if player has slot in inventory
isRegionAllowed(String) - Static method in class com.minetrone.mfurniture.helpers.Settings
Checks if a region is allowed.
isWorldAllowed(String) - Static method in class com.minetrone.mfurniture.helpers.Settings
Checks if a world is allowed.
ItemsAdder - Class in com.minetrone.mfurniture.integrations.itemsadder
This class is used to check if an entity is a furniture from ItemsAdder
ItemsAdder() - Constructor for class com.minetrone.mfurniture.integrations.itemsadder.ItemsAdder
Constructor register event of super class
ItemsAdderListener - Class in com.minetrone.mfurniture.integrations.itemsadder
ItemsAdder Interact Listener to open the buy gui.
ItemsAdderListener() - Constructor for class com.minetrone.mfurniture.integrations.itemsadder.ItemsAdderListener
Constructor of class

J

JsonObjectBuilder() - Constructor for class com.minetrone.mfurniture.Metrics.JsonObjectBuilder
json object builder

L

lang - Static variable in class com.minetrone.mfurniture.helpers.Settings
default language file
ListenerRegister - Class in com.minetrone.mfurniture.listeners
Register listener classes to spigot framework on plugin start-up this constructor calls on Main#onEnable()
ListenerRegister() - Constructor for class com.minetrone.mfurniture.listeners.ListenerRegister
Listener Register constructor register listeners
loadWidthsYaml() - Static method in class com.minetrone.mfurniture.helpers.width.WidthHelper
Loads widths from width.yml

M

Main - Class in com.minetrone.mfurniture
Main class of mfurniture There is only loads, apis and startup task codes.
Main() - Constructor for class com.minetrone.mfurniture.Main
Constructor of class
Metrics - Class in com.minetrone.mfurniture
Metrics class which created by BStats
Metrics(JavaPlugin, int) - Constructor for class com.minetrone.mfurniture.Metrics
Creates a new Metrics instance.
METRICS_VERSION - Static variable in class com.minetrone.mfurniture.Metrics.MetricsBase
The version of the Metrics class.
Metrics.AdvancedBarChart - Class in com.minetrone.mfurniture
advanced bar chart
Metrics.AdvancedPie - Class in com.minetrone.mfurniture
advanced pie
Metrics.CustomChart - Class in com.minetrone.mfurniture
Custom chart
Metrics.DrilldownPie - Class in com.minetrone.mfurniture
Drill down pie chart
Metrics.JsonObjectBuilder - Class in com.minetrone.mfurniture
An extremely simple JSON builder.
Metrics.JsonObjectBuilder.JsonObject - Class in com.minetrone.mfurniture
A super simple representation of a JSON object.
Metrics.MetricsBase - Class in com.minetrone.mfurniture
metrics base
Metrics.MultiLineChart - Class in com.minetrone.mfurniture
multiline chart
Metrics.SimpleBarChart - Class in com.minetrone.mfurniture
simple bar chart
Metrics.SimplePie - Class in com.minetrone.mfurniture
simple pie
Metrics.SingleLineChart - Class in com.minetrone.mfurniture
Single line chart
MetricsBase(String, String, int, boolean, Consumer<Metrics.JsonObjectBuilder>, Consumer<Metrics.JsonObjectBuilder>, Consumer<Runnable>, Supplier<Boolean>, BiConsumer<String, Throwable>, Consumer<String>, boolean, boolean, boolean) - Constructor for class com.minetrone.mfurniture.Metrics.MetricsBase
Creates a new MetricsBase class instance.
MFurnitureTabComplete - Class in com.minetrone.mfurniture.commands
Tab complete class which shown on up generally use for hover display args.
MFurnitureTabComplete() - Constructor for class com.minetrone.mfurniture.commands.MFurnitureTabComplete
Constructor of class
MultiLineChart(String, Callable<Map<String, Integer>>) - Constructor for class com.minetrone.mfurniture.Metrics.MultiLineChart
Class constructor.

O

onCommand(CommandSender, Command, String, String[]) - Method in class com.minetrone.mfurniture.commands.Commands
Main section of commands executing
onDisable() - Method in class com.minetrone.mfurniture.Main
disable method calls from spigot api.
oneArgCommands(Player, String) - Method in class com.minetrone.mfurniture.commands.Commands
One arg commands which about, info, reload and remove commands Manage usable by administrator or owner of farmer Remove, reload, about and info are administrator commands
onEnable() - Method in class com.minetrone.mfurniture.Main
onEnable method calls from spigot api.
onFurnitureInteract(FurnitureInteractEvent) - Method in class com.minetrone.mfurniture.integrations.itemsadder.ItemsAdderListener
Furniture Interact event of ItemsAdder
onFurnitureInteract(OraxenFurnitureInteractEvent) - Method in class com.minetrone.mfurniture.integrations.oraxen.OraxenListener
Oraxen Furniture Interact Event
onLoad() - Method in class com.minetrone.mfurniture.Main
Loading files before enable
onShowFurnitureInfo(PlayerMoveEvent) - Method in class com.minetrone.mfurniture.listeners.backend.ShowFurnitureInfoEvent
Main event for showing furniture info.
onTabComplete(CommandSender, Command, String, String[]) - Method in class com.minetrone.mfurniture.commands.MFurnitureTabComplete
Tab complete for args there is no additional effect
Oraxen - Class in com.minetrone.mfurniture.integrations.oraxen
This class is used to check if an entity is furniture from Oraxen
Oraxen() - Constructor for class com.minetrone.mfurniture.integrations.oraxen.Oraxen
Constructor register event of super class
OraxenListener - Class in com.minetrone.mfurniture.integrations.oraxen
Oraxen Interact Listener to open the buy gui.
OraxenListener() - Constructor for class com.minetrone.mfurniture.integrations.oraxen.OraxenListener
Constructor of class

P

playerActionbar(Player, String) - Method in class com.minetrone.mfurniture.api.managers.AdventureManager
Send an actionbar to a player
playerMessage(Player, String) - Method in class com.minetrone.mfurniture.api.managers.AdventureManager
Send a message to a player
playerSound(Player, Sound) - Method in class com.minetrone.mfurniture.api.managers.AdventureManager
Play a sound to a player
playerSound(Player, Sound.Source, Key, float, float) - Method in class com.minetrone.mfurniture.api.managers.AdventureManager
Play a sound to a player
playerTitle(Player, String, String, int, int, int) - Method in class com.minetrone.mfurniture.api.managers.AdventureManager
Send a title to a player
playerTitle(Player, Component, Component, int, int, int) - Method in class com.minetrone.mfurniture.api.managers.AdventureManager
Send a title to a player

R

RayTrace - Class in com.minetrone.mfurniture.model
RayTrace class for ray tracing
RayTrace() - Constructor for class com.minetrone.mfurniture.model.RayTrace
Constructor of class
rayTraceLookingEntity(Player, Entity) - Static method in class com.minetrone.mfurniture.model.RayTrace
Ray trace looking entity
regenSettings() - Static method in class com.minetrone.mfurniture.helpers.Settings
Updates default settings from config
registerIntegrations() - Static method in class com.minetrone.mfurniture.integrations.Integrations
Catches plugin that server uses and loads integration class of it.
replaceLegacy(String) - Method in class com.minetrone.mfurniture.api.managers.AdventureManager
Replace legacy color codes

S

sendFurnitureTitle(Player, String, Object) - Static method in class com.minetrone.mfurniture.helpers.hover.HoverHelper
Sends title to player.
sendMessage(CommandSender, String) - Method in class com.minetrone.mfurniture.api.managers.AdventureManager
Send a message to a command sender
setCancelled(boolean) - Method in class com.minetrone.mfurniture.api.handlers.FurnitureBoughtEvent
Cancel event
setCancelled(boolean) - Method in class com.minetrone.mfurniture.api.handlers.FurnitureBuyGuiOpenEvent
Cancel event
setCancelled(boolean) - Method in class com.minetrone.mfurniture.api.handlers.FurnitureLookEvent
Cancel event
setCancelled(boolean) - Method in class com.minetrone.mfurniture.api.handlers.FurnitureLookSoundPlayEvent
Cancel event
setCancelled(boolean) - Method in class com.minetrone.mfurniture.api.handlers.FurnitureShowHoverEvent
Cancel event
setFurnitureManager(FurnitureManager) - Method in class com.minetrone.mfurniture.Main
Sets furniture manager
setIntegration(Integrations) - Static method in class com.minetrone.mfurniture.Main
Sets Integration plugin instance
Settings - Class in com.minetrone.mfurniture.helpers
Default settings set and there is a method which updates this settings.
Settings() - Constructor for class com.minetrone.mfurniture.helpers.Settings
Constructor of class
ShowFurnitureInfoEvent - Class in com.minetrone.mfurniture.listeners.backend
Main event for showing furniture info.
ShowFurnitureInfoEvent() - Constructor for class com.minetrone.mfurniture.listeners.backend.ShowFurnitureInfoEvent
Constructor of class
showGui(Player, ItemStack) - Static method in class com.minetrone.mfurniture.guis.BuyGui
Opens gui to player
SimpleBarChart(String, Callable<Map<String, Integer>>) - Constructor for class com.minetrone.mfurniture.Metrics.SimpleBarChart
Class constructor.
SimplePie(String, Callable<String>) - Constructor for class com.minetrone.mfurniture.Metrics.SimplePie
Class constructor.
SingleLineChart(String, Callable<Integer>) - Constructor for class com.minetrone.mfurniture.Metrics.SingleLineChart
Class constructor.
StorageManager - Class in com.minetrone.mfurniture.api.managers
Uses SimplixStorage dependency to init config and json files
StorageManager() - Constructor for class com.minetrone.mfurniture.api.managers.StorageManager
StorageManager constructor method

T

TextWidth - Class in com.minetrone.mfurniture.helpers.width
This class is used to calculate the width of a text.
TextWidth() - Constructor for class com.minetrone.mfurniture.helpers.width.TextWidth
Constructor of class
toString() - Method in class com.minetrone.mfurniture.Metrics.JsonObjectBuilder.JsonObject
 

W

WidthHelper - Class in com.minetrone.mfurniture.helpers.width
Loads text widths from width.yml
WidthHelper() - Constructor for class com.minetrone.mfurniture.helpers.width.WidthHelper
Constructor of class
A B C D F G H I J L M O P R S T W 
All Classes and Interfaces|All Packages|Constant Field Values