Uses of Class
org.cloudburstmc.api.level.Location
Packages that use Location
Package
Description
-
Uses of Location in org.cloudburstmc.api.entity
Methods in org.cloudburstmc.api.entity that return LocationMethods in org.cloudburstmc.api.entity with parameters of type LocationModifier and TypeMethodDescriptionEntityFactory.create(EntityType<T> type, Location location) default booleanbooleanEntity.teleport(Location location, PlayerTeleportEvent.TeleportCause cause) -
Uses of Location in org.cloudburstmc.api.event.entity
Methods in org.cloudburstmc.api.event.entity that return LocationModifier and TypeMethodDescriptionEntityTeleportEvent.getFrom()CreatureSpawnEvent.getLocation()EntityDespawnEvent.getLocation()EntitySpawnEvent.getLocation()EntityTeleportEvent.getTo()Methods in org.cloudburstmc.api.event.entity with parameters of type LocationModifier and TypeMethodDescriptionvoidvoidConstructors in org.cloudburstmc.api.event.entity with parameters of type LocationModifierConstructorDescriptionCreatureSpawnEvent(EntityType<?> type, Location location, CreatureSpawnEvent.SpawnReason reason) EntityTeleportEvent(Entity entity, Location from, Location to) -
Uses of Location in org.cloudburstmc.api.event.player
Methods in org.cloudburstmc.api.event.player that return LocationModifier and TypeMethodDescriptionPlayerMoveEvent.getFrom()PlayerTeleportEvent.getFrom()PlayerRespawnEvent.getRespawnLocation()PlayerMoveEvent.getTo()PlayerTeleportEvent.getTo()Methods in org.cloudburstmc.api.event.player with parameters of type LocationModifier and TypeMethodDescriptionvoidvoidPlayerRespawnEvent.setRespawnLocation(Location location) voidConstructors in org.cloudburstmc.api.event.player with parameters of type LocationModifierConstructorDescriptionPlayerMoveEvent(Player player, Location from, Location to) PlayerMoveEvent(Player player, Location from, Location to, boolean resetBlocks) PlayerRespawnEvent(Player player, Location location) PlayerRespawnEvent(Player player, Location location, boolean firstSpawn) PlayerTeleportEvent(Player player, Location from, Location to, PlayerTeleportEvent.TeleportCause cause) -
Uses of Location in org.cloudburstmc.api.event.vehicle
Methods in org.cloudburstmc.api.event.vehicle that return LocationConstructors in org.cloudburstmc.api.event.vehicle with parameters of type Location -
Uses of Location in org.cloudburstmc.api.level
Methods in org.cloudburstmc.api.level that return Location -
Uses of Location in org.cloudburstmc.api.player
Methods in org.cloudburstmc.api.player that return LocationMethods in org.cloudburstmc.api.player with parameters of type Location