Uses of Class
net.md_5.bungee.protocol.Location
-
Packages that use Location Package Description net.md_5.bungee.protocol.packet -
-
Uses of Location in net.md_5.bungee.protocol.packet
Methods in net.md_5.bungee.protocol.packet that return Location Modifier and Type Method Description LocationLogin. getDeathLocation()LocationRespawn. getDeathLocation()Methods in net.md_5.bungee.protocol.packet with parameters of type Location Modifier and Type Method Description voidLogin. setDeathLocation(Location deathLocation)voidRespawn. setDeathLocation(Location deathLocation)Constructors in net.md_5.bungee.protocol.packet with parameters of type Location Constructor Description Login(int entityId, boolean hardcore, short gameMode, short previousGameMode, Set<String> worldNames, se.llbit.nbt.Tag dimensions, Object dimension, String worldName, long seed, short difficulty, int maxPlayers, String levelType, int viewDistance, int simulationDistance, boolean reducedDebugInfo, boolean normalRespawn, boolean debug, boolean flat, Location deathLocation)Respawn(Object dimension, String worldName, long seed, short difficulty, short gameMode, short previousGameMode, String levelType, boolean debug, boolean flat, boolean copyMeta, Location deathLocation)
-