- getActiveModulesForSlot(int) - Method in interface de.canitzp.rarmor.api.internal.IRarmorData
-
Gets the identifier of the module for an item that is in the specified slot
- getBoundStack() - Method in interface de.canitzp.rarmor.api.internal.IRarmorData
-
Gets the stack that this data is bound to
- getCurrentModules() - Method in interface de.canitzp.rarmor.api.internal.IRarmorData
-
Gets the list of currently loaded and actively ticking modules
- getDataForChestplate(EntityPlayer, boolean) - Method in interface de.canitzp.rarmor.api.internal.IMethodHandler
-
Gets the Rarmor Data for the chestplate a player is wearing
- getDataForStack(World, ItemStack, boolean) - Method in interface de.canitzp.rarmor.api.internal.IMethodHandler
-
Gets the Rarmor Data for a given stack in the given world
- getDirty() - Method in interface de.canitzp.rarmor.api.internal.IRarmorData
-
Gets if this data should be saved to memory next time a world save happens
- getDisplayIcon() - Method in class de.canitzp.rarmor.api.module.ActiveRarmorModule
-
Gets the icon that is displayed in the overlay on the top left of the screen
and the tab on the right side of the Rarmor.
- getEnergyStored() - Method in interface de.canitzp.rarmor.api.internal.IRarmorData
-
Gets the amount of RF or Tesla that the Rarmor this data is bound has stored
- getHasRarmorInSlot(Entity, EntityEquipmentSlot) - Method in interface de.canitzp.rarmor.api.internal.IMethodHandler
-
Checks if the given entity has a rarmor item in the given slot.
- getIdentifier() - Method in class de.canitzp.rarmor.api.module.ActiveRarmorModule
-
Gets the identifier of this module.
- getInstalledModuleWithId(String) - Method in interface de.canitzp.rarmor.api.internal.IRarmorData
-
Checks if a module with a given id is installed
- getMaxEnergyStored() - Method in interface de.canitzp.rarmor.api.internal.IRarmorData
-
Gets the max amount of RF or Tesla that the Rarmor this data is bound can store
- getModuleIdentifiers(ItemStack) - Method in interface de.canitzp.rarmor.api.module.IRarmorModuleItem
-
Gets the identifiers of the modules that this item is representing
- getModuleIdsForSlots() - Method in interface de.canitzp.rarmor.api.internal.IRarmorData
-
Gets a map of strings that corresponds to the id of the module loaded in the current slot.
- getModuleStacks() - Method in interface de.canitzp.rarmor.api.internal.IRarmorData
-
Returns the inventory containing all of the modules that are currently inside the Rarmor
- getSelectedModule() - Method in interface de.canitzp.rarmor.api.internal.IRarmorData
-
Gets the place in the list of current modules that the currently selected module is in
- getSlotForActiveModule(ActiveRarmorModule) - Method in interface de.canitzp.rarmor.api.internal.IRarmorData
-
Gets the slot a module's item is currently in.
- getSlots() - Method in class de.canitzp.rarmor.api.inventory.RarmorModuleContainer
-
Gets all of the slots that should be displayed in this Container.
- getTotalTickedTicks() - Method in interface de.canitzp.rarmor.api.internal.IRarmorData
-
Gets the amount of ticks that this Rarmor data has existed for.
- guiLeft - Variable in class de.canitzp.rarmor.api.inventory.RarmorModuleGui
-
- guiTop - Variable in class de.canitzp.rarmor.api.inventory.RarmorModuleGui
-