Uses of Class
net.minecraft.core.Vec3i
Package
Description
-
Uses of Vec3i in net.minecraft.core
Modifier and TypeClassDescriptionclass
static class
class
Modifier and TypeMethodDescriptionVec3i.above()
Vec3i.above(int p_123336_)
Vec3i.below()
Vec3i.below(int p_123335_)
Vec3i.east()
Vec3i.east(int p_175598_)
Direction.getNormal()
Vec3i.multiply(int p_175602_)
Vec3i.north()
Vec3i.north(int p_175601_)
Vec3i.offset(double p_175587_, double p_175588_, double p_175589_)
Vec3i.offset(int p_175593_, int p_175594_, int p_175595_)
Vec3i.relative(Direction.Axis p_175590_, int p_175591_)
protected Vec3i
Vec3i.setX(int p_175605_)
protected Vec3i
Vec3i.setY(int p_175604_)
protected Vec3i
Vec3i.setZ(int p_175603_)
Vec3i.south()
Vec3i.south(int p_175600_)
Vec3i.west()
Vec3i.west(int p_175599_)
Modifier and TypeMethodDescriptionboolean
Vec3i.closerThan(Vec3i p_123315_, double p_123316_)
int
int
Vec3i.distManhattan(Vec3i p_123334_)
double
double
BlockPos.MutableBlockPos.setWithOffset(Vec3i p_122155_, int p_122156_, int p_122157_, int p_122158_)
BlockPos.MutableBlockPos.setWithOffset(Vec3i p_122160_, Direction p_122161_)
BlockPos.MutableBlockPos.setWithOffset(Vec3i p_175307_, Vec3i p_175308_)
ModifierConstructorDescriptionprivate
Direction(int p_122356_, int p_122357_, int p_122358_, String p_122359_, Direction.AxisDirection p_122360_, Direction.Axis p_122361_, Vec3i p_122362_)
-
Uses of Vec3i in net.minecraft.gametest.framework
Modifier and TypeMethodDescriptionstatic void
StructureUtils.createNewEmptyStructureBlock(String p_177765_, BlockPos p_177766_, Vec3i p_177767_, Rotation p_177768_, ServerLevel p_177769_)
static BoundingBox
StructureUtils.getStructureBoundingBox(BlockPos p_177761_, Vec3i p_177762_, Rotation p_177763_)
-
Uses of Vec3i in net.minecraft.network.protocol.game
ModifierConstructorDescriptionServerboundSetStructureBlockPacket(BlockPos p_179771_, StructureBlockEntity.UpdateType p_179772_, StructureMode p_179773_, String p_179774_, BlockPos p_179775_, Vec3i p_179776_, Mirror p_179777_, Rotation p_179778_, String p_179779_, boolean p_179780_, boolean p_179781_, boolean p_179782_, float p_179783_, long p_179784_)
-
Uses of Vec3i in net.minecraft.util
-
Uses of Vec3i in net.minecraft.world.entity.vehicle
-
Uses of Vec3i in net.minecraft.world.level.block
Modifier and TypeFieldDescriptionprivate static com.google.common.collect.ImmutableList<Vec3i>
RespawnAnchorBlock.RESPAWN_HORIZONTAL_OFFSETS
private static com.google.common.collect.ImmutableList<Vec3i>
RespawnAnchorBlock.RESPAWN_OFFSETS
-
Uses of Vec3i in net.minecraft.world.level.block.entity
-
Uses of Vec3i in net.minecraft.world.level.levelgen.feature.structures
Modifier and TypeMethodDescriptionEmptyPoolElement.getSize(StructureManager p_161602_, Rotation p_161603_)
FeaturePoolElement.getSize(StructureManager p_161607_, Rotation p_161608_)
ListPoolElement.getSize(StructureManager p_161655_, Rotation p_161656_)
SinglePoolElement.getSize(StructureManager p_161664_, Rotation p_161665_)
abstract Vec3i
StructurePoolElement.getSize(StructureManager p_161669_, Rotation p_161670_)
-
Uses of Vec3i in net.minecraft.world.level.levelgen.structure
Modifier and TypeMethodDescriptionstatic BoundingBox
BoundingBox.fromCorners(Vec3i p_162376_, Vec3i p_162377_)
boolean
-
Uses of Vec3i in net.minecraft.world.level.levelgen.structure.templatesystem
Modifier and TypeMethodDescriptionvoid
StructureTemplate.fillFromWorld(Level p_163803_, BlockPos p_163804_, Vec3i p_163805_, boolean p_163806_, Block p_163807_)
protected static BoundingBox
StructureTemplate.getBoundingBox(BlockPos p_163811_, Rotation p_163812_, BlockPos p_163813_, Mirror p_163814_, Vec3i p_163815_)
-
Uses of Vec3i in net.minecraft.world.phys
Modifier and TypeMethodDescriptionstatic Vec3
Vec3.atBottomCenterOf(Vec3i p_82540_)
static Vec3
Vec3.atCenterOf(Vec3i p_82513_)
static Vec3
Vec3.atLowerCornerOf(Vec3i p_82529_)
static Vec3
Vec3.upFromBottomCenterOf(Vec3i p_82515_, double p_82516_)