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_OFFSETSprivate 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. EXITSprivate static java.util.Map<RailShape,com.mojang.datafixers.util.Pair<Vector3i,Vector3i>>AbstractMinecartEntity. EXITSMethods 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 Vector3iPathNavigator. timeoutCachedNode -
Uses of Vector3i in net.minecraft.util
Fields in net.minecraft.util declared as Vector3i Modifier and Type Field Description private Vector3iDirection. normalMethods in net.minecraft.util that return Vector3i Modifier and Type Method Description Vector3iDirection. 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 classBlockPosstatic classBlockPos.MutableclassSectionPosMethods in net.minecraft.util.math that return Vector3i Modifier and Type Method Description Vector3iMutableBoundingBox. getCenter()Vector3iMutableBoundingBox. getLength()Methods in net.minecraft.util.math with parameters of type Vector3i Modifier and Type Method Description BlockPosBlockPos. cross(Vector3i p_177955_1_)static longMathHelper. getSeed(Vector3i p_180186_0_)booleanMutableBoundingBox. isInside(Vector3i p_175898_1_)BlockPos.MutableBlockPos.Mutable. move(Vector3i p_243531_1_)voidMutableBoundingBox. move(Vector3i p_236989_1_)BlockPosBlockPos. offset(Vector3i p_177971_1_)BlockPos.MutableBlockPos.Mutable. set(Vector3i p_189533_1_)BlockPos.MutableBlockPos.Mutable. setWithOffset(Vector3i p_239621_1_, int p_239621_2_, int p_239621_3_, int p_239621_4_)BlockPos.MutableBlockPos.Mutable. setWithOffset(Vector3i p_239622_1_, Direction p_239622_2_)BlockPosBlockPos. 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 Vector3iVector3i. ZEROFields in net.minecraft.util.math.vector with type parameters of type Vector3i Modifier and Type Field Description static com.mojang.serialization.Codec<Vector3i>Vector3i. CODECMethods in net.minecraft.util.math.vector that return Vector3i Modifier and Type Method Description Vector3iVector3i. above()Vector3iVector3i. above(int p_177981_1_)Vector3iVector3i. below()Vector3iVector3i. below(int p_177979_1_)Vector3iVector3i. cross(Vector3i p_177955_1_)Vector3iVector3i. 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 Vector3dVector3d. atBottomCenterOf(Vector3i p_237492_0_)static Vector3dVector3d. atCenterOf(Vector3i p_237489_0_)static Vector3dVector3d. atLowerCornerOf(Vector3i p_237491_0_)booleanVector3i. closerThan(Vector3i p_218141_1_, double p_218141_2_)intVector3i. compareTo(Vector3i p_compareTo_1_)Vector3iVector3i. cross(Vector3i p_177955_1_)intVector3i. distManhattan(Vector3i p_218139_1_)doubleVector3i. distSqr(Vector3i p_177951_1_)static Vector3dVector3d. upFromBottomCenterOf(Vector3i p_237490_0_, double p_237490_1_)
-