Uses of Interface
me.filoghost.holographicdisplays.api.Position
Packages that use Position
Package
Description
-
Uses of Position in me.filoghost.holographicdisplays.api
Methods in me.filoghost.holographicdisplays.api that return PositionModifier and TypeMethodDescription@NotNull PositionPosition.add(double x, double y, double z) Returns a new position made by adding the given lengths to each coordinate.static @NotNull PositionReturns the position with the given world and coordinates.static @NotNull PositionPosition.of(@NotNull org.bukkit.Location location) Returns the position from a Location.static @NotNull PositionPosition.of(@NotNull org.bukkit.World world, double x, double y, double z) Returns the position with the given world and coordinates.static @NotNull PositionPosition.of(@NotNull org.bukkit.block.Block block) Returns the position of a block.static @NotNull PositionPosition.of(@NotNull org.bukkit.entity.Entity entity) Returns the position of an entity.@NotNull PositionPosition.subtract(double x, double y, double z) Returns a new position made by subtracting the given lengths from each coordinate.Methods in me.filoghost.holographicdisplays.api with parameters of type PositionModifier and TypeMethodDescription@NotNull HologramHolographicDisplaysAPI.createHologram(@NotNull Position position) Creates a hologram.doubleReturns the distance between this position and another position.doublePosition.distanceSquared(@NotNull Position position) Returns the squared distance between this position and another position.booleanPosition.isInSameWorld(@NotNull Position position) Returns if this position is in the same world of another position. -
Uses of Position in me.filoghost.holographicdisplays.api.hologram
Methods in me.filoghost.holographicdisplays.api.hologram that return PositionModifier and TypeMethodDescription@NotNull PositionHologram.getPosition()Returns the current position.Methods in me.filoghost.holographicdisplays.api.hologram with parameters of type PositionModifier and TypeMethodDescriptionvoidHologram.setPosition(@NotNull Position position) Moves the hologram to the given position.