Uses of Class
net.runelite.api.kit.KitType
-
Packages that use KitType Package Description net.runelite.api net.runelite.api.kit -
-
Uses of KitType in net.runelite.api
Methods in net.runelite.api with parameters of type KitType Modifier and Type Method Description ColorTextureOverridePlayerComposition. createColorTextureOverride(KitType kit, int itemId)Create aColorTextureOverridefor a kit slot.ColorTextureOverridePlayerComposition. getColorTextureOverride(KitType kit)Get theColorTextureOverridefor a kit slot.intPlayerComposition. getEquipmentId(KitType type)Gets the equipment ID of a particular slot.intPlayerComposition. getKitId(KitType type)Gets the kit ID of a particular slot.voidPlayerComposition. removeColorTextureOverride(KitType kit)Remove theColorTextureOverridefor a kit slot. -
Uses of KitType in net.runelite.api.kit
Methods in net.runelite.api.kit that return KitType Modifier and Type Method Description static KitTypeKitType. valueOf(String name)Returns the enum constant of this type with the specified name.static KitType[]KitType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-