Uses of Class
net.minecraft.core.Vec3i
Packages that use Vec3i
Package
Description
-
Uses of Vec3i in net.minecraft.core
Subclasses of Vec3i in net.minecraft.coreModifier and TypeClassDescriptionclass
static class
class
Fields in net.minecraft.core declared as Vec3iFields in net.minecraft.core with type parameters of type Vec3iMethods in net.minecraft.core that return Vec3iModifier 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_)
Methods in net.minecraft.core with parameters of type Vec3iModifier 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_)
Constructors in net.minecraft.core with parameters of type Vec3iModifierConstructorDescriptionprivate
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
Methods in net.minecraft.gametest.framework that return Vec3iMethods in net.minecraft.gametest.framework with parameters of type Vec3iModifier 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
Fields in net.minecraft.network.protocol.game declared as Vec3iMethods in net.minecraft.network.protocol.game that return Vec3iConstructors in net.minecraft.network.protocol.game with parameters of type Vec3iModifierConstructorDescriptionServerboundSetStructureBlockPacket(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
Methods in net.minecraft.util with parameters of type Vec3i -
Uses of Vec3i in net.minecraft.world.entity.vehicle
Fields in net.minecraft.world.entity.vehicle with type parameters of type Vec3iMethods in net.minecraft.world.entity.vehicle that return types with arguments of type Vec3i -
Uses of Vec3i in net.minecraft.world.level.block
Fields in net.minecraft.world.level.block with type parameters of type Vec3iModifier 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
Fields in net.minecraft.world.level.block.entity declared as Vec3iMethods in net.minecraft.world.level.block.entity that return Vec3iMethods in net.minecraft.world.level.block.entity with parameters of type Vec3i -
Uses of Vec3i in net.minecraft.world.level.levelgen.feature.structures
Methods in net.minecraft.world.level.levelgen.feature.structures that return Vec3iModifier 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
Methods in net.minecraft.world.level.levelgen.structure that return Vec3iMethods in net.minecraft.world.level.levelgen.structure with parameters of type Vec3iModifier and TypeMethodDescriptionstatic BoundingBox
BoundingBox.fromCorners(Vec3i p_162376_, Vec3i p_162377_)
boolean
-
Uses of Vec3i in net.minecraft.world.level.levelgen.structure.templatesystem
Fields in net.minecraft.world.level.levelgen.structure.templatesystem declared as Vec3iMethods in net.minecraft.world.level.levelgen.structure.templatesystem that return Vec3iMethods in net.minecraft.world.level.levelgen.structure.templatesystem with parameters of type Vec3iModifier 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
Methods in net.minecraft.world.phys with parameters of type Vec3iModifier 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_)