Package | Description |
---|---|
net.minecraft.entity.item.minecart | |
net.minecraft.util | |
net.minecraft.util.math | |
net.minecraft.world.gen.feature |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<RailShape,com.mojang.datafixers.util.Pair<Vec3i,Vec3i>> |
AbstractMinecartEntity.MATRIX |
private static java.util.Map<RailShape,com.mojang.datafixers.util.Pair<Vec3i,Vec3i>> |
AbstractMinecartEntity.MATRIX |
Modifier and Type | Method and Description |
---|---|
private static com.mojang.datafixers.util.Pair<Vec3i,Vec3i> |
AbstractMinecartEntity.func_226573_a_(RailShape p_226573_0_) |
private static com.mojang.datafixers.util.Pair<Vec3i,Vec3i> |
AbstractMinecartEntity.func_226573_a_(RailShape p_226573_0_) |
Modifier and Type | Field and Description |
---|---|
private Vec3i |
Direction.directionVec |
Modifier and Type | Method and Description |
---|---|
Vec3i |
Direction.getDirectionVec() |
Constructor and Description |
---|
Direction(int indexIn,
int oppositeIn,
int horizontalIndexIn,
java.lang.String nameIn,
Direction.AxisDirection axisDirectionIn,
Direction.Axis axisIn,
Vec3i directionVecIn) |
Modifier and Type | Class and Description |
---|---|
class |
BlockPos |
static class |
BlockPos.Mutable |
static class |
BlockPos.PooledMutable |
class |
SectionPos |
Modifier and Type | Field and Description |
---|---|
static Vec3i |
Vec3i.NULL_VECTOR |
Modifier and Type | Method and Description |
---|---|
Vec3i |
Vec3i.crossProduct(Vec3i vec) |
Vec3i |
Vec3i.down() |
Vec3i |
Vec3i.down(int n) |
Vec3i |
MutableBoundingBox.func_215126_f() |
Vec3i |
MutableBoundingBox.getLength() |
Vec3i |
Vec3i.offset(Direction facing,
int n) |
Modifier and Type | Method and Description |
---|---|
BlockPos |
BlockPos.add(Vec3i vec) |
int |
Vec3i.compareTo(Vec3i p_compareTo_1_) |
BlockPos |
BlockPos.crossProduct(Vec3i vec) |
Vec3i |
Vec3i.crossProduct(Vec3i vec) |
double |
Vec3i.distanceSq(Vec3i to) |
static long |
MathHelper.getPositionRandom(Vec3i pos) |
boolean |
MutableBoundingBox.isVecInside(Vec3i vec) |
int |
Vec3i.manhattanDistance(Vec3i p_218139_1_) |
BlockPos.Mutable |
BlockPos.Mutable.setPos(Vec3i vec) |
BlockPos.PooledMutable |
BlockPos.PooledMutable.setPos(Vec3i vec) |
BlockPos |
BlockPos.subtract(Vec3i vec) |
boolean |
Vec3i.withinDistance(Vec3i p_218141_1_,
double distance) |
Constructor and Description |
---|
BlockPos(Vec3i source) |
MutableBoundingBox(Vec3i vec1,
Vec3i vec2) |
Vec3d(Vec3i vector) |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
FancyTreeFeature.ExtendedPos |