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