Uses of Class
net.minecraft.util.math.vector.Vector3i
-
Packages that use Vector3i Package Description net.minecraft.block net.minecraft.entity.item.minecart net.minecraft.pathfinding net.minecraft.util net.minecraft.util.math net.minecraft.util.math.vector -
-
Uses of Vector3i in net.minecraft.block
Fields in net.minecraft.block with type parameters of type Vector3i Modifier and Type Field Description private static com.google.common.collect.ImmutableList<Vector3i>
RespawnAnchorBlock. RESPAWN_HORIZONTAL_OFFSETS
private static com.google.common.collect.ImmutableList<Vector3i>
RespawnAnchorBlock. RESPAWN_OFFSETS
-
Uses of Vector3i in net.minecraft.entity.item.minecart
Fields in net.minecraft.entity.item.minecart with type parameters of type Vector3i Modifier and Type Field Description private static java.util.Map<RailShape,com.mojang.datafixers.util.Pair<Vector3i,Vector3i>>
AbstractMinecartEntity. EXITS
private static java.util.Map<RailShape,com.mojang.datafixers.util.Pair<Vector3i,Vector3i>>
AbstractMinecartEntity. EXITS
Methods in net.minecraft.entity.item.minecart that return types with arguments of type Vector3i Modifier and Type Method Description private static com.mojang.datafixers.util.Pair<Vector3i,Vector3i>
AbstractMinecartEntity. exits(RailShape p_226573_0_)
private static com.mojang.datafixers.util.Pair<Vector3i,Vector3i>
AbstractMinecartEntity. exits(RailShape p_226573_0_)
-
Uses of Vector3i in net.minecraft.pathfinding
Fields in net.minecraft.pathfinding declared as Vector3i Modifier and Type Field Description protected Vector3i
PathNavigator. timeoutCachedNode
-
Uses of Vector3i in net.minecraft.util
Fields in net.minecraft.util declared as Vector3i Modifier and Type Field Description private Vector3i
Direction. normal
Methods in net.minecraft.util that return Vector3i Modifier and Type Method Description Vector3i
Direction. getNormal()
Constructors in net.minecraft.util with parameters of type Vector3i Constructor Description Direction(int p_i46016_3_, int p_i46016_4_, int p_i46016_5_, java.lang.String p_i46016_6_, Direction.AxisDirection p_i46016_7_, Direction.Axis p_i46016_8_, Vector3i p_i46016_9_)
-
Uses of Vector3i in net.minecraft.util.math
Subclasses of Vector3i in net.minecraft.util.math Modifier and Type Class Description class
BlockPos
static class
BlockPos.Mutable
class
SectionPos
Methods in net.minecraft.util.math that return Vector3i Modifier and Type Method Description Vector3i
MutableBoundingBox. getCenter()
Vector3i
MutableBoundingBox. getLength()
Methods in net.minecraft.util.math with parameters of type Vector3i Modifier and Type Method Description BlockPos
BlockPos. cross(Vector3i p_177955_1_)
static long
MathHelper. getSeed(Vector3i p_180186_0_)
boolean
MutableBoundingBox. isInside(Vector3i p_175898_1_)
BlockPos.Mutable
BlockPos.Mutable. move(Vector3i p_243531_1_)
void
MutableBoundingBox. move(Vector3i p_236989_1_)
BlockPos
BlockPos. offset(Vector3i p_177971_1_)
BlockPos.Mutable
BlockPos.Mutable. set(Vector3i p_189533_1_)
BlockPos.Mutable
BlockPos.Mutable. setWithOffset(Vector3i p_239621_1_, int p_239621_2_, int p_239621_3_, int p_239621_4_)
BlockPos.Mutable
BlockPos.Mutable. setWithOffset(Vector3i p_239622_1_, Direction p_239622_2_)
BlockPos
BlockPos. subtract(Vector3i p_177973_1_)
Constructors in net.minecraft.util.math with parameters of type Vector3i Constructor Description BlockPos(Vector3i p_i46034_1_)
MutableBoundingBox(Vector3i p_i45626_1_, Vector3i p_i45626_2_)
-
Uses of Vector3i in net.minecraft.util.math.vector
Fields in net.minecraft.util.math.vector declared as Vector3i Modifier and Type Field Description static Vector3i
Vector3i. ZERO
Fields in net.minecraft.util.math.vector with type parameters of type Vector3i Modifier and Type Field Description static com.mojang.serialization.Codec<Vector3i>
Vector3i. CODEC
Methods in net.minecraft.util.math.vector that return Vector3i Modifier and Type Method Description Vector3i
Vector3i. above()
Vector3i
Vector3i. above(int p_177981_1_)
Vector3i
Vector3i. below()
Vector3i
Vector3i. below(int p_177979_1_)
Vector3i
Vector3i. cross(Vector3i p_177955_1_)
Vector3i
Vector3i. relative(Direction p_177967_1_, int p_177967_2_)
Methods in net.minecraft.util.math.vector with parameters of type Vector3i Modifier and Type Method Description static Vector3d
Vector3d. atBottomCenterOf(Vector3i p_237492_0_)
static Vector3d
Vector3d. atCenterOf(Vector3i p_237489_0_)
static Vector3d
Vector3d. atLowerCornerOf(Vector3i p_237491_0_)
boolean
Vector3i. closerThan(Vector3i p_218141_1_, double p_218141_2_)
int
Vector3i. compareTo(Vector3i p_compareTo_1_)
Vector3i
Vector3i. cross(Vector3i p_177955_1_)
int
Vector3i. distManhattan(Vector3i p_218139_1_)
double
Vector3i. distSqr(Vector3i p_177951_1_)
static Vector3d
Vector3d. upFromBottomCenterOf(Vector3i p_237490_0_, double p_237490_1_)
-