Class BlockPos1_12_2

java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.api.wrappers.AbstractWrapped<net.minecraft.util.math.BlockPos>
mods.thecomputerizer.theimpossiblelibrary.api.world.BlockPosAPI<net.minecraft.util.math.BlockPos>
mods.thecomputerizer.theimpossiblelibrary.legacy.v12.m2.world.BlockPos1_12_2
All Implemented Interfaces:
mods.thecomputerizer.theimpossiblelibrary.api.wrappers.Wrapped<net.minecraft.util.math.BlockPos>

public class BlockPos1_12_2 extends mods.thecomputerizer.theimpossiblelibrary.api.world.BlockPosAPI<net.minecraft.util.math.BlockPos>
  • Field Summary

    Fields inherited from class mods.thecomputerizer.theimpossiblelibrary.api.world.BlockPosAPI

    posVec, ZERO

    Fields inherited from class mods.thecomputerizer.theimpossiblelibrary.api.wrappers.AbstractWrapped

    wrapped
  • Constructor Summary

    Constructors
    Constructor
    Description
    BlockPos1_12_2(double x, double y, double z)
     
    BlockPos1_12_2(int x, int y, int z)
     
    BlockPos1_12_2(mods.thecomputerizer.theimpossiblelibrary.api.shapes.vectors.Vector3 posVec)
     
    BlockPos1_12_2(net.minecraft.util.math.BlockPos pos)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    mods.thecomputerizer.theimpossiblelibrary.api.world.BlockPosAPI<?>
    add(int x, int y, int z)
     
    mods.thecomputerizer.theimpossiblelibrary.api.world.BlockPosAPI<?>
    add(net.minecraft.util.math.BlockPos pos)
     
    get(Object obj)
     
    pos(Object pos)
     
    vec(Object pos)
     

    Methods inherited from class mods.thecomputerizer.theimpossiblelibrary.api.world.BlockPosAPI

    add, add, distanceTo, distanceTo, down, east, getPosVec, north, south, up, west, x, y, z

    Methods inherited from class mods.thecomputerizer.theimpossiblelibrary.api.wrappers.AbstractWrapped

    equals, getWrapped, getWrappedClass, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface mods.thecomputerizer.theimpossiblelibrary.api.wrappers.Wrapped

    unwrap
  • Constructor Details

    • BlockPos1_12_2

      public BlockPos1_12_2(net.minecraft.util.math.BlockPos pos)
    • BlockPos1_12_2

      public BlockPos1_12_2(mods.thecomputerizer.theimpossiblelibrary.api.shapes.vectors.Vector3 posVec)
    • BlockPos1_12_2

      public BlockPos1_12_2(double x, double y, double z)
    • BlockPos1_12_2

      public BlockPos1_12_2(int x, int y, int z)
  • Method Details

    • get

      public static BlockPos1_12_2 get(Object obj)
    • pos

      public static BlockPos1_12_2 pos(Object pos)
    • vec

      public static BlockPos1_12_2 vec(Object pos)
    • add

      public mods.thecomputerizer.theimpossiblelibrary.api.world.BlockPosAPI<?> add(net.minecraft.util.math.BlockPos pos)
      Specified by:
      add in class mods.thecomputerizer.theimpossiblelibrary.api.world.BlockPosAPI<net.minecraft.util.math.BlockPos>
    • add

      public mods.thecomputerizer.theimpossiblelibrary.api.world.BlockPosAPI<?> add(int x, int y, int z)
      Specified by:
      add in class mods.thecomputerizer.theimpossiblelibrary.api.world.BlockPosAPI<net.minecraft.util.math.BlockPos>