Uses of Class
me.hsgamer.hscore.minecraft.block.box.BlockBox
Packages that use BlockBox
Package
Description
Contains classes that bound the blocks
Contains the base classes to iterate
Position-
Uses of BlockBox in me.hsgamer.hscore.minecraft.block.box
Methods in me.hsgamer.hscore.minecraft.block.box that return BlockBoxModifier and TypeMethodDescriptionBlockBox.expand(int x, int y, int z) Create a new block box that expands the minimum and maximum position by the given offsetBlockBox.expandMax(int x, int y, int z) Create a new block box that increases the maximum position by the given offsetBlockBox.expandMin(int x, int y, int z) Create a new block box that decreases the minimum position by the given offsetBlockBox.maxInclusive()Create a new block box that increases the maximum position by one. -
Uses of BlockBox in me.hsgamer.hscore.minecraft.block.iterator
Fields in me.hsgamer.hscore.minecraft.block.iterator declared as BlockBoxConstructors in me.hsgamer.hscore.minecraft.block.iterator with parameters of type BlockBoxModifierConstructorDescriptionprotectedCreate a newAbstractPositionIteratorprotectedCreate a newBasePositionIterator