Package me.ulrich.clans.manager.methods
Class Locals
java.lang.Object
me.ulrich.clans.manager.methods.Locals
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.bukkit.ChunkdecodeChunk(String chunk) org.bukkit.LocationdecodeLocation(String located) decodeLocation(String server, String located) encodeChunk(org.bukkit.Chunk chunk) encodeLocation(org.bukkit.Location loc) getCardinalDirection(org.bukkit.entity.Player player) org.bukkit.LocationgetCircle(org.bukkit.Location center, double radius, double angleInRadian) getDirection(org.bukkit.entity.ArmorStand armor) getDirection(org.bukkit.entity.Player player) getInvertedDirection(org.bukkit.entity.ArmorStand as) getInvertedDirection(org.bukkit.entity.Player player) final org.bukkit.block.BlockgetTargetBlock(org.bukkit.entity.Player player, int range) Optional<org.bukkit.Location>mountLocal(EncodedLocationData located)
-
Constructor Details
-
Locals
public Locals()
-
-
Method Details
-
encodeChunk
-
decodeChunk
-
encodeLocation
-
decodeLocation
-
mountLocal
-
decodeLocation
-
getTargetBlock
public final org.bukkit.block.Block getTargetBlock(org.bukkit.entity.Player player, int range) -
getDirection
-
getDirection
-
getInvertedDirection
-
getCardinalDirection
-
getInvertedDirection
-
getCircle
public org.bukkit.Location getCircle(org.bukkit.Location center, double radius, double angleInRadian)
-