Uses of Class
me.hsgamer.hscore.minecraft.block.box.Position
Package
Description
Contains the classes to work with
me.hsgamer.hscore.minecraft.block
in BukkitContains the classes to adapt the block to a specific platform
Contains classes that bound the blocks
Contains the implementations of
PositionIterator
Contains the base classes to iterate
Position
-
Uses of Position in me.hsgamer.hscore.bukkit.block
Modifier and TypeMethodDescriptionstatic Position
BukkitBlockAdapter.adapt
(org.bukkit.block.Block block) Adapt the block to position.static Position
BukkitBlockAdapter.adapt
(org.bukkit.block.Block block, boolean normalize) Adapt the block to positionstatic Position
BukkitBlockAdapter.adapt
(org.bukkit.Location location) Adapt the location to position.static Position
BukkitBlockAdapter.adapt
(org.bukkit.Location location, boolean normalize) Adapt the location to positionstatic Position
BukkitBlockAdapter.adapt
(org.bukkit.util.Vector vector) Adapt the vector to position.static Position
BukkitBlockAdapter.adapt
(org.bukkit.util.Vector vector, boolean normalize) Adapt the vector to positionModifier and TypeMethodDescriptionstatic org.bukkit.util.Vector
Adapt the position to vectorstatic org.bukkit.Location
Adapt the position to locationstatic org.bukkit.block.Block
BukkitBlockAdapter.adaptAsBlock
(org.bukkit.World world, Position position) Adapt the position to blockprotected org.bukkit.Location
protected org.bukkit.util.Vector
-
Uses of Position in me.hsgamer.hscore.minecraft.block.adapt
-
Uses of Position in me.hsgamer.hscore.minecraft.block.box
Modifier 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 newPosition
that offset from this positionModifier and TypeMethodDescriptionboolean
Check if the location is in the box -
Uses of Position in me.hsgamer.hscore.minecraft.block.impl.iterator
Modifier 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 elementModifier and TypeMethodDescriptionLinearPositionIterator.getContinue
(Position current) RandomPositionIterator.getContinue
(Position current) boolean
LinearPositionIterator.hasContinue
(Position current) boolean
RandomPositionIterator.hasContinue
(Position current) boolean
LinearPositionIterator.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 me.hsgamer.hscore.minecraft.block.iterator
Modifier and TypeMethodDescriptionabstract Position
BasePositionIterator.getContinue
(Position current) Get the nextPosition
BasePositionIterator.getCurrent()
Get the currentPosition
abstract Position
BasePositionIterator.initial()
Get the initialPosition
BasePositionIterator.next()
Modifier and TypeMethodDescriptionabstract Position
BasePositionIterator.getContinue
(Position current) Get the nextPosition
abstract boolean
BasePositionIterator.hasContinue
(Position current) Check if there is a nextPosition