Uses of Class
me.hsgamer.hscore.bukkit.block.box.BlockBox
Packages that use BlockBox
Package
Description
Contains the base classes to implement the
VectorIteratorContains the implementations of
VectorIterator-
Uses of BlockBox in me.hsgamer.hscore.bukkit.block.iterator
Fields in me.hsgamer.hscore.bukkit.block.iterator declared as BlockBoxMethods in me.hsgamer.hscore.bukkit.block.iterator with parameters of type BlockBoxModifier and TypeMethodDescriptionstatic VectorIteratorGet theVectorIteratorby the typestatic VectorIteratorCreate aRandomTypeVectorIteratorfor theBlockBoxMethod parameters in me.hsgamer.hscore.bukkit.block.iterator with type arguments of type BlockBoxModifier and TypeMethodDescriptionstatic voidVectorIteratorUtil.registerType(String type, Function<BlockBox, VectorIterator> typeFunction) Register aVectorIteratortypeConstructors in me.hsgamer.hscore.bukkit.block.iterator with parameters of type BlockBoxModifierConstructorDescriptionprotectedCreate a newAbstractVectorIteratorprotectedCreate a newBaseVectorIterator -
Uses of BlockBox in me.hsgamer.hscore.bukkit.block.iterator.impl
Constructors in me.hsgamer.hscore.bukkit.block.iterator.impl with parameters of type BlockBoxModifierConstructorDescriptionCreate a new iteratorLinearVectorIterator(BlockBox box, LinearVectorIterator.LinearCoordinate... coordinates) Create a new iteratorRandomTypeVectorIterator(BlockBox box, Collection<Function<BlockBox, VectorIterator>> functions) Create a newRandomVectorIteratorCreate a newRandomVectorIteratorConstructor parameters in me.hsgamer.hscore.bukkit.block.iterator.impl with type arguments of type BlockBoxModifierConstructorDescriptionRandomTypeVectorIterator(BlockBox box, Collection<Function<BlockBox, VectorIterator>> functions) Create a newRandomVectorIterator