Uses of Class
de.marcely.bedwars.api.game.spawner.CustomDropTypeHandler
Package
Description
-
Uses of CustomDropTypeHandler in de.marcely.bedwars.api
Modifier and TypeMethodDescriptionGameAPI.getCustomSpawnerHandlers()
Returns all registered custom spawner handlers.Modifier and TypeMethodDescriptionboolean
GameAPI.registerCustomSpawnerHandler
(CustomDropTypeHandler handler) Registers the custom spawner handler.boolean
GameAPI.unregisterCustomSpawnerHandler
(CustomDropTypeHandler handler) Unregisters the custom spawner handler. -
Uses of CustomDropTypeHandler in de.marcely.bedwars.api.event.player
Modifier and TypeMethodDescription@Nullable CustomDropTypeHandler
PlayerShopProductGivingDetermineEvent.getCallingDropTypeHandler()
Get the custom drop type handlers that shall be called.Modifier and TypeMethodDescriptionvoid
PlayerShopProductGivingDetermineEvent.setCallingDropTypeHandler
(@Nullable CustomDropTypeHandler callingDropTypeHandler) Set the custom drop type handlers that shall be called.ModifierConstructorDescriptionPlayerShopProductGivingDetermineEvent
(Player player, @Nullable Team team, @Nullable Arena arena, int multiplier, ShopProduct product, ItemStack[] givingItems, PlayerShopProductGivingDetermineEvent.ExecutableCommand[] executingCommands, @Nullable CustomDropTypeHandler callingDropTypeHandler) -
Uses of CustomDropTypeHandler in de.marcely.bedwars.api.game.spawner
Modifier and TypeMethodDescription@Nullable CustomDropTypeHandler
DropType.getCustomHandler()
Returns a custom handler that'll overtake the spawning process.Modifier and TypeMethodDescriptionvoid
DropType.setCustomHandler
(@Nullable CustomDropTypeHandler handler) Changes the custom handler that'll overtake the spawning process.