Uses of Interface
noppes.npcs.api.handler.data.IFaction
Packages that use IFaction
-
Uses of IFaction in noppes.npcs.api.entity
Methods in noppes.npcs.api.entity that return IFaction -
Uses of IFaction in noppes.npcs.api.event
Fields in noppes.npcs.api.event declared as IFactionConstructors in noppes.npcs.api.event with parameters of type IFactionModifierConstructorDescriptionFactionUpdateEvent
(IPlayer player, IFaction faction, int points, boolean init) -
Uses of IFaction in noppes.npcs.api.handler
Methods in noppes.npcs.api.handler that return IFactionModifier and TypeMethodDescriptionExample: create("Bandits", 0xFF0000)IFactionHandler.delete
(int id) IFactionHandler.get
(int id) Methods in noppes.npcs.api.handler that return types with arguments of type IFaction