Uses of Class
me.hsgamer.hscore.minecraft.block.box.BlockBox
Packages that use BlockBox
Package
Description
Contains classes that bound the blocks
Contains the implementations of
PositionIterator
Contains the base classes to iterate
Position
Contains the utilities for
me.hsgamer.hscore.minecraft.block
-
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.impl.iterator
Constructors in me.hsgamer.hscore.minecraft.block.impl.iterator with parameters of type BlockBoxModifierConstructorDescriptionCreate a new iteratorLinearPositionIterator
(BlockBox box, LinearPositionIterator.LinearCoordinate... coordinates) Create a new iteratorCreate a newRandomPositionIterator
RandomTypePositionIterator
(BlockBox box, Collection<Function<BlockBox, PositionIterator>> functions) Create a newRandomTypePositionIterator
Constructor parameters in me.hsgamer.hscore.minecraft.block.impl.iterator with type arguments of type BlockBoxModifierConstructorDescriptionRandomTypePositionIterator
(BlockBox box, Collection<Function<BlockBox, PositionIterator>> functions) Create a newRandomTypePositionIterator
-
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 BlockBoxModifierConstructorDescriptionprotected
Create a newAbstractPositionIterator
protected
Create a newBasePositionIterator
-
Uses of BlockBox in me.hsgamer.hscore.minecraft.block.utils
Methods in me.hsgamer.hscore.minecraft.block.utils with parameters of type BlockBoxModifier and TypeMethodDescriptionstatic PositionIterator
Get thePositionIterator
by the typestatic PositionIterator
Create aRandomTypePositionIterator
for theBlockBox
Method parameters in me.hsgamer.hscore.minecraft.block.utils with type arguments of type BlockBoxModifier and TypeMethodDescriptionstatic void
PositionIteratorUtils.registerType
(String type, Function<BlockBox, PositionIterator> typeFunction) Register aPositionIterator
type