A B C D E F G H I J K L M N O P R S T U V W X Y
All Classes All Packages
All Classes All Packages
All Classes All Packages
G
- GENERIC_ARMOR - me.bimmr.bimmcore.items.attributes.AttributeType
- GENERIC_ARMOR_THOUGHNESS - me.bimmr.bimmcore.items.attributes.AttributeType
- GENERIC_ATTACK_DAMAGE - me.bimmr.bimmcore.items.attributes.AttributeType
- GENERIC_ATTACK_SPEED - me.bimmr.bimmcore.items.attributes.AttributeType
- GENERIC_FOLLOW_RANGE - me.bimmr.bimmcore.items.attributes.AttributeType
- GENERIC_JUMP_STRENGTH - me.bimmr.bimmcore.items.attributes.AttributeType
- GENERIC_KNOCKBACK_RESISTANCE - me.bimmr.bimmcore.items.attributes.AttributeType
- GENERIC_LUCK - me.bimmr.bimmcore.items.attributes.AttributeType
- GENERIC_MAX_HEALTH - me.bimmr.bimmcore.items.attributes.AttributeType
- GENERIC_MOVEMENT_SPEED - me.bimmr.bimmcore.items.attributes.AttributeType
- GENERIC_SPAWN_REINFORCEMENTS - me.bimmr.bimmcore.items.attributes.AttributeType
- get() - Method in class me.bimmr.bimmcore.files.Config
- get(Class<?>, String, Object) - Static method in class me.bimmr.bimmcore.reflection.Reflection
-
Assumes field isn't private
- get(Object) - Method in interface me.bimmr.bimmcore.reflection.tinyprotocol.TinyProtocolReflection.FieldAccessor
-
Retrieve the content of a field.
- get(Field, Object) - Static method in class me.bimmr.bimmcore.reflection.Reflection
-
Get object.
- get(String) - Method in class me.bimmr.bimmcore.files.Config
- get(String, Object) - Static method in class me.bimmr.bimmcore.reflection.Reflection
-
Assumes field isn't private
- get(String, String, UUID) - Method in class me.bimmr.bimmcore.mysql.MySQLManager
-
Get a value from the table
- getAliases() - Method in class me.bimmr.bimmcore.commands.SubCommand
- getAliases() - Method in class me.bimmr.bimmcore.commands.SuperCommand
- getAliases() - Method in class me.bimmr.bimmcore.commands.SuperSubCommand
- getAllNPCs() - Static method in class me.bimmr.bimmcore.npc.NPCManager
- getAllSubCommandExample() - Method in class me.bimmr.bimmcore.commands.SuperCommand
-
Gets all sub command example.
- getAnvil() - Method in class me.bimmr.bimmcore.gui.anvil.AnvilFinishEvent
-
Deprecated.
- getAsItem() - Method in class me.bimmr.bimmcore.gui.book.Book
- getAttachedObject() - Method in class me.bimmr.bimmcore.utils.timed.TimedEvent
-
Get the object this TimedEvent is attached to
- getAttribute() - Method in class me.bimmr.bimmcore.items.attributes.Attribute
- getAttributes(ItemStack) - Static method in class me.bimmr.bimmcore.items.attributes.ItemAttributes
-
Deprecated.
- getBaseComponents() - Method in class me.bimmr.bimmcore.messages.fancymessage.FancyMessage
- getBoardLine(int) - Method in class me.bimmr.bimmcore.scoreboard.Board
- getBoolean(String) - Method in class me.bimmr.bimmcore.files.Config
- getBorderCorners() - Method in class me.bimmr.bimmcore.gui.inventory.Menu
-
Gets border corners.
- getBorderSides() - Method in class me.bimmr.bimmcore.gui.inventory.Menu
-
Gets border sides.
- getBossBar(Player) - Static method in class me.bimmr.bimmcore.messages.BossBar
-
Gets boss bar.
- getBukkitBar() - Method in class me.bimmr.bimmcore.messages.BossBar
-
Gets bukkit bar.
- getByID(int) - Static method in enum me.bimmr.bimmcore.items.attributes.Operation
- getByName(String) - Static method in enum me.bimmr.bimmcore.items.attributes.AttributeType
- getByName(String) - Static method in enum me.bimmr.bimmcore.items.attributes.Slot
- getCenteredMessage(String) - Static method in class me.bimmr.bimmcore.utils.StringUtil
-
Gets centered message.
- getCenteredMessage(String, String) - Static method in class me.bimmr.bimmcore.utils.StringUtil
-
Gets centered message.
- getCenteredMessage(FancyMessage) - Static method in class me.bimmr.bimmcore.utils.StringUtil
-
Gets centered message.
- getCenteredMessage(FancyMessage, String) - Static method in class me.bimmr.bimmcore.utils.StringUtil
-
Gets centered message.
- getChannel(Player) - Method in class me.bimmr.bimmcore.reflection.tinyprotocol.TinyProtocol
-
Retrieve the Netty channel associated with a player.
- getClass(String) - Static method in class me.bimmr.bimmcore.reflection.Reflection
-
Get a class
- getClass(String) - Static method in class me.bimmr.bimmcore.reflection.tinyprotocol.TinyProtocolReflection
-
Retrieve a class from its full name.
- getClickedName() - Method in class me.bimmr.bimmcore.gui.inventory.ClickEvent
- getClickEvent() - Method in class me.bimmr.bimmcore.gui.inventory.Menu
-
Gets click event.
- getClickEvent(ItemStack) - Method in class me.bimmr.bimmcore.gui.inventory.Menu
-
Gets click event.
- getColor(ChatColor...) - Static method in class me.bimmr.bimmcore.misc.RandomChatColor
-
Gets a random ChatColor from the given ChatColors (Black is not a possible outcome because black is hard to read)
- getCommandExample() - Method in class me.bimmr.bimmcore.commands.SubCommand
- getCommandExample() - Method in class me.bimmr.bimmcore.commands.SuperCommand
- getCommandExample() - Method in class me.bimmr.bimmcore.commands.SuperSubCommand
- getCommandExampleHeader() - Method in class me.bimmr.bimmcore.commands.SuperCommand
-
Gets command example header.
- getComplexType() - Method in class me.bimmr.bimmcore.gui.inventory.helpers.UUIDItemTagType
-
Deprecated.
- getConfig(String) - Method in class me.bimmr.bimmcore.files.FileManager
- getConfigs() - Method in class me.bimmr.bimmcore.files.FileManager
- getConfirmation(String, String, FancyClickEvent, FancyClickEvent) - Static method in class me.bimmr.bimmcore.gui.chat.ChatMenus
- getConfirmation(String, FancyClickEvent, FancyClickEvent) - Static method in class me.bimmr.bimmcore.gui.chat.ChatMenus
- getConstructor(Class<?>, Class<?>...) - Static method in class me.bimmr.bimmcore.reflection.Reflection
-
Get Constructor from class
- getConstructor(Class<?>, Class<?>...) - Static method in class me.bimmr.bimmcore.reflection.tinyprotocol.TinyProtocolReflection
-
Search for the first publically and privately defined constructor of the given name and parameter count.
- getConstructor(String, Class<?>...) - Static method in class me.bimmr.bimmcore.reflection.tinyprotocol.TinyProtocolReflection
-
Search for the first publically and privately defined constructor of the given name and parameter count.
- getCraftBukkitClass(String) - Static method in class me.bimmr.bimmcore.reflection.tinyprotocol.TinyProtocolReflection
-
Retrieve a class in the org.bukkit.craftbukkit.VERSION.* package.
- getCraftClass(String) - Static method in class me.bimmr.bimmcore.reflection.Reflection
-
Get a bukkit class (org.bukkit.craftbukkit)
- getCurrentPage(Player) - Method in class me.bimmr.bimmcore.gui.inventory.Menu
-
Gets current page.
- getDataType() - Method in class me.bimmr.bimmcore.mysql.Column
- getEconomy() - Static method in class me.bimmr.bimmcore.utils.VaultUtil
- getEquipment() - Method in class me.bimmr.bimmcore.npc.NPCBase
- getEquipmentSlot(Material) - Static method in class me.bimmr.bimmcore.items.attributes.AttributeDefaults
- getEvent() - Method in class me.bimmr.bimmcore.gui.inventory.ClickEvent
-
Gets the InventoryClickEvent involved in the GUI message.
- getExactTime(TimeUtil.TimeFormat, long) - Static method in class me.bimmr.bimmcore.utils.TimeUtil
- getFadeIn() - Method in class me.bimmr.bimmcore.messages.Title
-
Get the FadeIn time
- getFadeOut() - Method in class me.bimmr.bimmcore.messages.Title
-
Get the FadeOut time
- getFancyMessage() - Method in class me.bimmr.bimmcore.commands.SubCommand
- getFancyMessage() - Method in class me.bimmr.bimmcore.commands.SuperCommand
- getFancyMessage() - Method in class me.bimmr.bimmcore.commands.SuperSubCommand
- getField(Class<?>, Class<T>, int) - Static method in class me.bimmr.bimmcore.reflection.tinyprotocol.TinyProtocolReflection
-
Retrieve a field accessor for a specific field type and name.
- getField(Class<?>, String) - Static method in class me.bimmr.bimmcore.reflection.Reflection
-
Gets field.
- getField(Class<?>, String, Class<T>) - Static method in class me.bimmr.bimmcore.reflection.tinyprotocol.TinyProtocolReflection
-
Retrieve a field accessor for a specific field type and name.
- getField(String, Class<T>, int) - Static method in class me.bimmr.bimmcore.reflection.tinyprotocol.TinyProtocolReflection
-
Retrieve a field accessor for a specific field type and name.
- getField(String, String, Class<T>) - Static method in class me.bimmr.bimmcore.reflection.tinyprotocol.TinyProtocolReflection
-
Retrieve a field accessor for a specific field type and name.
- getFooter() - Method in class me.bimmr.bimmcore.gui.chat.ChatMenu
-
Gets footer.
- getFormat(ChatColor...) - Static method in class me.bimmr.bimmcore.misc.RandomChatColor
-
Get a random ChatColor(Format) from the given ChatColor(Format)s
- getFormatted(FancyMessage) - Method in class me.bimmr.bimmcore.gui.chat.ChatMenu
-
Gets formatted.
- getFormattedFooter() - Method in class me.bimmr.bimmcore.gui.chat.ChatMenu
-
Gets formatted footer.
- getFormattedTitle() - Method in class me.bimmr.bimmcore.gui.chat.ChatMenu
-
Gets formatted title.
- getGameProfile() - Method in class me.bimmr.bimmcore.npc.player.NPCPlayer
-
Get the NPC's GameProfile
- getGlowEnchantment() - Static method in class me.bimmr.bimmcore.items.helpers.GlowEnchant
- getGunItemStack(String) - Static method in class me.bimmr.bimmcore.items.helpers.Items_Crackshot
- getGunItemStack(String) - Static method in class me.bimmr.bimmcore.items.helpers.Items_QualityArmory
- getGunName(ItemStack) - Static method in class me.bimmr.bimmcore.items.helpers.Items_Crackshot
- getGunName(ItemStack) - Static method in class me.bimmr.bimmcore.items.helpers.Items_QualityArmory
- getHandle(Object) - Static method in class me.bimmr.bimmcore.reflection.Reflection
-
Get the handle of the passed object
- getHeightControl() - Method in class me.bimmr.bimmcore.gui.chat.ChatMenu
- getHologramLines() - Method in class me.bimmr.bimmcore.hologram.Hologram
-
Gets hologram lines.
- getHologramObject() - Method in class me.bimmr.bimmcore.hologram.HologramLine
- getId() - Method in class me.bimmr.bimmcore.hologram.HologramLine
- getId() - Method in class me.bimmr.bimmcore.npc.mob.NPCMob
- getId() - Method in class me.bimmr.bimmcore.npc.NPCBase
- getId() - Method in class me.bimmr.bimmcore.npc.player.NPCPlayer
-
Gets id.
- getID() - Method in enum me.bimmr.bimmcore.items.attributes.Operation
- getIndexedColour(int) - Static method in class me.bimmr.bimmcore.utils.StringUtil
-
Gets indexed colour.
- getIndexedColour(int, String) - Static method in class me.bimmr.bimmcore.utils.StringUtil
-
Gets indexed colour.
- getInstance() - Static method in class me.bimmr.bimmcore.BimmCore
- getInt(String) - Method in class me.bimmr.bimmcore.files.Config
- getInterval(TimeUtil.TimeInterval, long) - Static method in class me.bimmr.bimmcore.utils.TimeUtil
- getInvalidSubCommandMessage() - Method in class me.bimmr.bimmcore.commands.SuperCommand
-
Gets invalid sub command message.
- getInventories() - Method in class me.bimmr.bimmcore.gui.inventory.Menu
-
Gets inventories.
- getInventory(Player) - Static method in class me.bimmr.bimmcore.gui.anvil.Anvil.AnvilAPI
-
Deprecated.
- getItem() - Method in class me.bimmr.bimmcore.gui.inventory.ClickEvent
- getItem() - Method in class me.bimmr.bimmcore.items.Items
-
Gets item.
- getItemMeta() - Method in class me.bimmr.bimmcore.items.Items
-
Gets item meta.
- getItems(List<String>) - Static method in class me.bimmr.bimmcore.utils.ItemsUtil
-
Get ArrayList of
Items
from a List of Strings - getItemStacks(List<String>) - Static method in class me.bimmr.bimmcore.utils.ItemsUtil
-
Get ArrayList of ItemStack from a List of Strings
- getItemStacksToString(List<ItemStack>) - Static method in class me.bimmr.bimmcore.utils.ItemsUtil
-
Get ArrayList of String from a List of ItemStack
- getItemsToString(List<Items>) - Static method in class me.bimmr.bimmcore.utils.ItemsUtil
-
Get ArrayList of String from a List of
Items
- getKeys() - Method in class me.bimmr.bimmcore.files.Config
- getKeys(String) - Method in class me.bimmr.bimmcore.files.Config
- getKeys(String, boolean) - Method in class me.bimmr.bimmcore.files.Config
- getLength() - Method in class me.bimmr.bimmcore.mysql.Column
- getLineColor() - Method in class me.bimmr.bimmcore.gui.chat.ChatMenu
-
Gets line color.
- getLines() - Method in class me.bimmr.bimmcore.gui.book.Book
-
Gets lines.
- getLines() - Method in class me.bimmr.bimmcore.gui.chat.ChatMenu
-
Gets lines.
- getLines() - Method in class me.bimmr.bimmcore.scoreboard.Board
- getLines(int) - Method in class me.bimmr.bimmcore.gui.book.Book
-
Gets lines.
- getLines(int) - Method in class me.bimmr.bimmcore.gui.chat.ChatMenu
-
Gets lines.
- getLinesFromString(String) - Static method in class me.bimmr.bimmcore.utils.StringUtil
-
Get a string splitting at '|' to make a List of type String
- getLocation() - Method in class me.bimmr.bimmcore.hologram.Hologram
-
Gets location.
- getLocation() - Method in class me.bimmr.bimmcore.hologram.HologramLine
- getLocation() - Method in class me.bimmr.bimmcore.npc.NPCBase
- getMaxHeight() - Method in class me.bimmr.bimmcore.gui.chat.ChatMenu
- getMenuGUI(String) - Static method in class me.bimmr.bimmcore.gui.inventory.MenuManager
- getMenuGUI(Inventory) - Static method in class me.bimmr.bimmcore.gui.inventory.MenuManager
- getMethod(Class<?>, String) - Static method in class me.bimmr.bimmcore.reflection.Reflection
-
Get a method from the class
- getMethod(Class<?>, String, Class<?>...) - Static method in class me.bimmr.bimmcore.reflection.Reflection
-
Get a method from a class with specific parameter types
- getMethod(Class<?>, String, Class<?>...) - Static method in class me.bimmr.bimmcore.reflection.tinyprotocol.TinyProtocolReflection
-
Search for the first publicly and privately defined method of the given name and parameter count.
- getMethod(String, String, Class<?>...) - Static method in class me.bimmr.bimmcore.reflection.tinyprotocol.TinyProtocolReflection
-
Search for the first publicly and privately defined method of the given name and parameter count.
- getMinecraftClass(String) - Static method in class me.bimmr.bimmcore.reflection.tinyprotocol.TinyProtocolReflection
-
Retrieve a class in the net.minecraft.server.VERSION.* package.
- getName() - Method in class me.bimmr.bimmcore.commands.SubCommand
- getName() - Method in class me.bimmr.bimmcore.files.Config
- getName() - Method in class me.bimmr.bimmcore.gui.inventory.Menu
-
Gets name.
- getName() - Method in enum me.bimmr.bimmcore.items.attributes.AttributeType
- getName() - Method in enum me.bimmr.bimmcore.items.attributes.Slot
- getName() - Method in class me.bimmr.bimmcore.mysql.Column
- getName() - Method in class me.bimmr.bimmcore.npc.NPCBase
- getName() - Method in class me.bimmr.bimmcore.scoreboard.Board
- getNMSClass(String) - Static method in class me.bimmr.bimmcore.reflection.Reflection
-
Get a craft class (net.minecraft.server)
- getNPC() - Method in class me.bimmr.bimmcore.npc.NPCClickEvent
- getNPC(int) - Static method in class me.bimmr.bimmcore.npc.NPCManager
- getNPCClickEvent() - Method in class me.bimmr.bimmcore.npc.NPCBase
- getNPCPlayerListener() - Method in class me.bimmr.bimmcore.npc.NPCManager
- getNPCType() - Method in class me.bimmr.bimmcore.npc.NPCBase
- getObjective() - Method in class me.bimmr.bimmcore.scoreboard.Board
- getOnlinePlayerNames() - Static method in class me.bimmr.bimmcore.commands.helpers.TabCompletionHelper
- getOnlinePlayers() - Static method in class me.bimmr.bimmcore.commands.helpers.TabCompletionHelper
- getOnlinePlayers() - Static method in class me.bimmr.bimmcore.reflection.Reflection
-
Get online players player [ ].
- getOperation() - Method in class me.bimmr.bimmcore.items.attributes.Attribute
- getPage() - Method in class me.bimmr.bimmcore.gui.inventory.ClickEvent
- getPages() - Method in class me.bimmr.bimmcore.gui.inventory.Menu
-
Gets pages.
- getPermission() - Method in class me.bimmr.bimmcore.commands.SubCommand
- getPermission() - Method in class me.bimmr.bimmcore.commands.SuperCommand
- getPermission() - Method in class me.bimmr.bimmcore.commands.SuperSubCommand
- getPermission() - Static method in class me.bimmr.bimmcore.utils.VaultUtil
- getPitch() - Method in class me.bimmr.bimmcore.misc.Coords
-
Gets pitch.
- getPlayer() - Method in class me.bimmr.bimmcore.gui.inventory.ClickEvent
- getPlayer() - Method in class me.bimmr.bimmcore.messages.fancymessage.FancyClickEvent
- getPlayer() - Method in class me.bimmr.bimmcore.npc.NPCClickEvent
- getPlayerPage() - Method in class me.bimmr.bimmcore.gui.inventory.Menu
-
Gets player page.
- getPlayers() - Method in class me.bimmr.bimmcore.reflection.Viewer
- getPlayingActionBar(Player) - Static method in class me.bimmr.bimmcore.messages.ActionBar
- getPlugin() - Method in class me.bimmr.bimmcore.files.FileManager
- getPluginData() - Method in class me.bimmr.bimmcore.utils.MetricsLite
-
Gets the plugin specific data.
- getPosition() - Method in class me.bimmr.bimmcore.gui.inventory.ClickEvent
- getPossibleCompletionsForGivenArgs(String[], List<String>) - Static method in class me.bimmr.bimmcore.commands.helpers.TabCompletionHelper
- getPotionEffect(String) - Static method in class me.bimmr.bimmcore.utils.PotionUtil
- getPotionEffects(List<String>) - Static method in class me.bimmr.bimmcore.utils.PotionUtil
- getPotionEffectsToString(List<PotionEffect>) - Static method in class me.bimmr.bimmcore.utils.PotionUtil
- getPotionEffectToString(PotionEffect) - Static method in class me.bimmr.bimmcore.utils.PotionUtil
- getPrimitiveType() - Method in class me.bimmr.bimmcore.gui.inventory.helpers.UUIDItemTagType
-
Deprecated.
- getPropercase(String) - Static method in class me.bimmr.bimmcore.utils.StringUtil
-
Change every individual word in a string to proper case
- getRows(int, double) - Method in class me.bimmr.bimmcore.gui.inventory.Menu
-
Get the Rows based on the number of items with a specific number of items per row
- getScoreboard() - Method in class me.bimmr.bimmcore.scoreboard.Board
- getSecondsRemaining(T) - Method in class me.bimmr.bimmcore.misc.Cooldown
-
Get the remaining seconds
- getSize() - Method in class me.bimmr.bimmcore.gui.inventory.Menu
-
Gets size.
- getSkin() - Method in class me.bimmr.bimmcore.npc.player.NPCPlayer
-
Gets skin.
- getSkinSignature() - Method in class me.bimmr.bimmcore.npc.player.NPCPlayer
- getSkinTexture() - Method in class me.bimmr.bimmcore.npc.player.NPCPlayer
- getSlot() - Method in class me.bimmr.bimmcore.items.attributes.Attribute
- getString(String) - Method in class me.bimmr.bimmcore.files.Config
- getSubcommand(String) - Method in class me.bimmr.bimmcore.commands.CommandHandler
- getSubCommand(String) - Method in class me.bimmr.bimmcore.commands.CommandHandler
- getSubCommand(String) - Method in class me.bimmr.bimmcore.commands.SuperCommand
-
Get the SubCommand that matches the command
- getSubCommands() - Method in class me.bimmr.bimmcore.commands.CommandHandler
- getSubTitle() - Method in class me.bimmr.bimmcore.messages.Title
-
Get the SubTitle text
- getTabs(String[]) - Method in class me.bimmr.bimmcore.commands.SubCommand
- getTabs(String[]) - Method in class me.bimmr.bimmcore.commands.SuperCommand
- getTabs(String[]) - Method in class me.bimmr.bimmcore.commands.SuperSubCommand
- getTeam() - Method in class me.bimmr.bimmcore.scoreboard.BoardLine
-
Get the team
- getText() - Method in class me.bimmr.bimmcore.hologram.HologramLine
- getText() - Method in class me.bimmr.bimmcore.messages.ActionBar
- getText() - Method in class me.bimmr.bimmcore.messages.BossBar
- getText() - Method in class me.bimmr.bimmcore.messages.MessageDisplay
- getText() - Method in class me.bimmr.bimmcore.messages.Title
-
Get the Title text
- getText() - Method in class me.bimmr.bimmcore.scoreboard.BoardLine
-
Get the text
- getTexture() - Method in class me.bimmr.bimmcore.items.Items
- getTicks() - Method in class me.bimmr.bimmcore.utils.timed.TimedEvent
-
Get the ticks
- getTime() - Method in class me.bimmr.bimmcore.messages.ActionBar
- getTime() - Method in class me.bimmr.bimmcore.messages.BossBar
-
Get the time
- getTime() - Method in class me.bimmr.bimmcore.messages.MessageDisplay
- getTime() - Method in class me.bimmr.bimmcore.messages.Title
-
Get the Show time
- getTime(TimeUtil.TimeFormat, long) - Static method in class me.bimmr.bimmcore.utils.TimeUtil
- getTimedEvent() - Method in class me.bimmr.bimmcore.messages.ActionBar
- getTimedEvent() - Method in class me.bimmr.bimmcore.messages.BossBar
-
Gets timed event.
- getTimedEvent() - Method in class me.bimmr.bimmcore.messages.Title
-
Get the TimedEvent
- getTimedEvent() - Method in class me.bimmr.bimmcore.utils.timed.TimedObject
- getTimeRemaining(T) - Method in class me.bimmr.bimmcore.misc.Cooldown
-
Get the remaining time
- getTitle() - Method in class me.bimmr.bimmcore.gui.anvil.Anvil
-
Deprecated.
- getTitle() - Method in class me.bimmr.bimmcore.gui.chat.ChatMenu
-
Gets title.
- getTop(String, String, int) - Method in class me.bimmr.bimmcore.mysql.MySQLManager
-
Get the top UUID's with values from the table
- getTypedMethod(Class<?>, String, Class<?>, Class<?>...) - Static method in class me.bimmr.bimmcore.reflection.tinyprotocol.TinyProtocolReflection
-
Search for the first publicly and privately defined method of the given name and parameter count.
- getUntypedClass(String) - Static method in class me.bimmr.bimmcore.reflection.tinyprotocol.TinyProtocolReflection
-
Retrieve a class from its full name, without knowing its type on compile time.
- getUUID() - Method in class me.bimmr.bimmcore.messages.fancymessage.FancyClickEvent
- getUUIDFromTag(ItemStack) - Static method in class me.bimmr.bimmcore.gui.inventory.helpers.SingleClickEventUtil
- getValue() - Method in class me.bimmr.bimmcore.items.attributes.Attribute
- getValue() - Method in class me.bimmr.bimmcore.scoreboard.BoardLine
-
Get the value
- getVersion() - Static method in class me.bimmr.bimmcore.reflection.Reflection
-
Get the server's version
- getViewer() - Method in class me.bimmr.bimmcore.hologram.Hologram
-
Gets viewer.
- getWorld() - Method in class me.bimmr.bimmcore.misc.Coords
-
Gets world.
- getX() - Method in class me.bimmr.bimmcore.misc.Coords
-
Gets x.
- getY() - Method in class me.bimmr.bimmcore.misc.Coords
-
Gets y.
- getYaw() - Method in class me.bimmr.bimmcore.misc.Coords
-
Gets yaw.
- getZ() - Method in class me.bimmr.bimmcore.misc.Coords
-
Gets z.
- GlowEnchant - Class in me.bimmr.bimmcore.items.helpers
-
Custom GlowEnchantment for MC 1.13+
- GlowEnchant() - Constructor for class me.bimmr.bimmcore.items.helpers.GlowEnchant
- GUN - me.bimmr.bimmcore.utils.UnicodeUtil
All Classes All Packages