Uses of Class
me.ulrich.koth.data.IslandJoinLeaveData
Packages that use IslandJoinLeaveData
Package
Description
-
Uses of IslandJoinLeaveData in me.ulrich.koth.api
Methods in me.ulrich.koth.api that return types with arguments of type IslandJoinLeaveData -
Uses of IslandJoinLeaveData in me.ulrich.koth.data
Methods in me.ulrich.koth.data that return IslandJoinLeaveDataConstructors in me.ulrich.koth.data with parameters of type IslandJoinLeaveDataModifierConstructorDescriptionIslandEnterEvent(IslandJoinLeaveData region, org.bukkit.entity.Player player, KothEnum.MovementWay movement, org.bukkit.event.player.PlayerEvent parent) IslandLeaveEvent(IslandJoinLeaveData region, org.bukkit.entity.Player player, KothEnum.MovementWay movement, org.bukkit.event.player.PlayerEvent parent) RegionEvent(IslandJoinLeaveData region, org.bukkit.entity.Player player, KothEnum.MovementWay movement, org.bukkit.event.player.PlayerEvent parent) -
Uses of IslandJoinLeaveData in me.ulrich.koth.interfaces
Methods in me.ulrich.koth.interfaces that return types with arguments of type IslandJoinLeaveData -
Uses of IslandJoinLeaveData in me.ulrich.koth.manager
Methods in me.ulrich.koth.manager that return types with arguments of type IslandJoinLeaveDataModifier and TypeMethodDescriptionKothManager.getPlayerRegion()KothManager.getRegionPlayer(UUID uuid) Method parameters in me.ulrich.koth.manager with type arguments of type IslandJoinLeaveDataModifier and TypeMethodDescriptionvoidKothManager.setPlayerRegion(HashMap<UUID, IslandJoinLeaveData> playerRegion)