Uses of Class
me.hsgamer.hscore.minecraft.block.box.Position
Packages that use Position
Package
Description
Contains the classes to adapt the block to a specific platform
Contains classes that bound the blocks
Contains the base classes to iterate
Position-
Uses of Position in me.hsgamer.hscore.minecraft.block.adapt
Methods in me.hsgamer.hscore.minecraft.block.adapt with parameters of type Position -
Uses of Position in me.hsgamer.hscore.minecraft.block.box
Methods in me.hsgamer.hscore.minecraft.block.box with parameters of type PositionModifier and TypeMethodDescriptionbooleanCheck if the location is in the boxConstructors in me.hsgamer.hscore.minecraft.block.box with parameters of type Position -
Uses of Position in me.hsgamer.hscore.minecraft.block.iterator
Methods in me.hsgamer.hscore.minecraft.block.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 me.hsgamer.hscore.minecraft.block.iterator with parameters of type PositionModifier and TypeMethodDescriptionabstract PositionBasePositionIterator.getContinue(Position current) Get the nextPositionabstract booleanBasePositionIterator.hasContinue(Position current) Check if there is a nextPosition