Uses of Interface
me.hsgamer.hscore.bukkit.block.iterator.VectorIterator
Packages that use VectorIterator
Package
Description
Contains the base classes to implement the
VectorIteratorContains the implementations of
VectorIterator-
Uses of VectorIterator in me.hsgamer.hscore.bukkit.block.iterator
Classes in me.hsgamer.hscore.bukkit.block.iterator that implement VectorIteratorModifier and TypeClassDescriptionclassThe abstractVectorIteratorforBlockBoxclassThe baseVectorIteratorforBlockBoxMethods in me.hsgamer.hscore.bukkit.block.iterator that return VectorIteratorModifier and TypeMethodDescriptionstatic VectorIteratorGet theVectorIteratorby the typestatic VectorIteratorCreate aRandomTypeVectorIteratorfor theBlockBoxMethod parameters in me.hsgamer.hscore.bukkit.block.iterator with type arguments of type VectorIteratorModifier and TypeMethodDescriptionstatic voidVectorIteratorUtil.registerType(String type, Function<BlockBox, VectorIterator> typeFunction) Register aVectorIteratortype -
Uses of VectorIterator in me.hsgamer.hscore.bukkit.block.iterator.impl
Classes in me.hsgamer.hscore.bukkit.block.iterator.impl that implement VectorIteratorModifier and TypeClassDescriptionclassTheVectorIteratorthat iterates in a linear wayclassTheVectorIteratorthat combines multipleVectorIteratorand randomly choose oneclassTheVectorIteratorthat iterates randomlyConstructor parameters in me.hsgamer.hscore.bukkit.block.iterator.impl with type arguments of type VectorIteratorModifierConstructorDescriptionRandomTypeVectorIterator(BlockBox box, Collection<Function<BlockBox, VectorIterator>> functions) Create a newRandomVectorIterator