Uses of Interface
com.andrei1058.bedwars.api.arena.generator.IGenerator
Packages that use IGenerator
Package
Description
-
Uses of IGenerator in com.andrei1058.bedwars.api.arena
Methods in com.andrei1058.bedwars.api.arena that return types with arguments of type IGenerator -
Uses of IGenerator in com.andrei1058.bedwars.api.arena.team
Methods in com.andrei1058.bedwars.api.arena.team that return IGeneratorModifier and TypeMethodDescriptionITeam.getEmeraldGenerator()
Deprecated.ITeam.getGoldGenerator()
Deprecated.ITeam.getIronGenerator()
Deprecated.Methods in com.andrei1058.bedwars.api.arena.team that return types with arguments of type IGeneratorMethods in com.andrei1058.bedwars.api.arena.team with parameters of type IGeneratorModifier and TypeMethodDescriptionvoid
ITeam.setEmeraldGenerator
(IGenerator emeraldGenerator) Deprecated. -
Uses of IGenerator in com.andrei1058.bedwars.api.events.gameplay
Methods in com.andrei1058.bedwars.api.events.gameplay that return IGeneratorConstructors in com.andrei1058.bedwars.api.events.gameplay with parameters of type IGeneratorModifierConstructorDescriptionGeneratorUpgradeEvent
(IGenerator generator) Called when a generator is upgraded.