Uses of Class
ua.mcchickenstudio.opencreative.utils.millennium.math.BlockPos
Packages that use BlockPos
-
Uses of BlockPos in ua.mcchickenstudio.opencreative.utils.millennium.math
Fields in ua.mcchickenstudio.opencreative.utils.millennium.math declared as BlockPosMethods in ua.mcchickenstudio.opencreative.utils.millennium.math that return BlockPosModifier and TypeMethodDescriptionBlockPos.add(double x, double y, double z) Add the given coordinates to the coordinates of this BlockPosBlockPos.add(int x, int y, int z) Add the given coordinates to the coordinates of this BlockPosAdd the given Vector to this BlockPosBlockPos.crossProductBP(Vec3i vec) Calculate the cross product of this BlockPos and the given Vector.BlockPos.multiply(int factor) Multiply every coordinate by the given factorBlockPos.offset(EnumFacing facing) Offset this BlockPos 1 block in the given directionBlockPos.offset(EnumFacing facing, int n) Offset this BlockPos n blocks in the given directionSubtract the given Vector from this BlockPosConstructors in ua.mcchickenstudio.opencreative.utils.millennium.math with parameters of type BlockPosModifierConstructorDescriptionMovingObjectPosition(MovingObjectPosition.MovingObjectType typeOfHitIn, Vec3 hitVecIn, EnumFacing sideHitIn, BlockPos blockPosIn)