Uses of Class
io.github.projectunified.blockutil.core.box.Position
Packages that use Position
Package
Description
-
Uses of Position in io.github.projectunified.blockutil.core.box
Methods in io.github.projectunified.blockutil.core.box that return PositionModifier and TypeMethodDescriptionBlockBox.center()Get the center of the boxBlockBox.max()Get the maximum positionBlockBox.min()Get the minimum positionPosition.move(double x, double y, double z) Create a newPositionthat offset from this positionMethods in io.github.projectunified.blockutil.core.box with parameters of type PositionModifier and TypeMethodDescriptionbooleanCheck if the location is in the boxConstructors in io.github.projectunified.blockutil.core.box with parameters of type Position -
Uses of Position in io.github.projectunified.blockutil.core.iterator
Methods in io.github.projectunified.blockutil.core.iterator that return PositionModifier and TypeMethodDescriptionabstract PositionBasePositionIterator.getContinue(Position current) Get the nextPositionBasePositionIterator.getCurrent()Get the currentPositionabstract PositionBasePositionIterator.initial()Get the initialPositionBasePositionIterator.next()Methods in io.github.projectunified.blockutil.core.iterator with parameters of type PositionModifier and TypeMethodDescriptionprotected abstract TConvert the position to the typeabstract PositionBasePositionIterator.getContinue(Position current) Get the nextPositionabstract booleanBasePositionIterator.hasContinue(Position current) Check if there is a nextPosition -
Uses of Position in io.github.projectunified.blockutil.iterator
Methods in io.github.projectunified.blockutil.iterator that return PositionModifier and TypeMethodDescriptionLinearPositionIterator.getContinue(Position current) RandomPositionIterator.getContinue(Position current) LinearPositionIterator.initial()RandomPositionIterator.initial()Get the next elementRandomTypePositionIterator.next()LinearPositionIterator.LinearCoordinate.reset(Position current, BasePositionIterator iterator) Reset the next elementMethods in io.github.projectunified.blockutil.iterator with parameters of type PositionModifier and TypeMethodDescriptionLinearPositionIterator.getContinue(Position current) RandomPositionIterator.getContinue(Position current) booleanLinearPositionIterator.hasContinue(Position current) booleanRandomPositionIterator.hasContinue(Position current) booleanLinearPositionIterator.LinearCoordinate.hasNext(Position current, BasePositionIterator iterator) Check if there is a next elementGet the next elementLinearPositionIterator.LinearCoordinate.reset(Position current, BasePositionIterator iterator) Reset the next element -
Uses of Position in io.github.projectunified.blockutil.spigot.common
Method parameters in io.github.projectunified.blockutil.spigot.common with type arguments of type Position -
Uses of Position in io.github.projectunified.blockutil.spigot.core
Methods in io.github.projectunified.blockutil.spigot.core that return PositionModifier and TypeMethodDescriptionstatic PositionSpigotBlockAdapter.adapt(org.bukkit.block.Block block) Adapt the block to position.static PositionSpigotBlockAdapter.adapt(org.bukkit.block.Block block, boolean normalize) Adapt the block to positionstatic PositionSpigotBlockAdapter.adapt(org.bukkit.Location location) Adapt the location to position.static PositionSpigotBlockAdapter.adapt(org.bukkit.Location location, boolean normalize) Adapt the location to positionstatic PositionSpigotBlockAdapter.adapt(org.bukkit.util.Vector vector) Adapt the vector to position.static PositionSpigotBlockAdapter.adapt(org.bukkit.util.Vector vector, boolean normalize) Adapt the vector to positionMethods in io.github.projectunified.blockutil.spigot.core with parameters of type PositionModifier and TypeMethodDescriptionstatic org.bukkit.util.VectorAdapt the position to vectorstatic org.bukkit.LocationAdapt the position to locationstatic org.bukkit.block.BlockSpigotBlockAdapter.adaptAsBlock(org.bukkit.World world, Position position) Adapt the position to block -
Uses of Position in io.github.projectunified.blockutil.spigot.core.iterator
Methods in io.github.projectunified.blockutil.spigot.core.iterator with parameters of type Position -
Uses of Position in io.github.projectunified.blockutil.spigot.fawe
Method parameters in io.github.projectunified.blockutil.spigot.fawe with type arguments of type Position -
Uses of Position in io.github.projectunified.blockutil.spigot.folia
Method parameters in io.github.projectunified.blockutil.spigot.folia with type arguments of type Position -
Uses of Position in io.github.projectunified.blockutil.spigot.vanilla
Method parameters in io.github.projectunified.blockutil.spigot.vanilla with type arguments of type Position -
Uses of Position in io.github.projectunified.blockutil.spigot.we
Method parameters in io.github.projectunified.blockutil.spigot.we with type arguments of type Position