aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt <mtthw8198@gmail.com>2021-09-09 09:24:07 -0700
committerMatt <mtthw8198@gmail.com>2021-09-09 09:24:07 -0700
commite93e0546e67215cb05161cdbdb09899bbc781005 (patch)
tree84a380efb62a0ad0ac8eeb57dba359e1e106c67e
parentf841902897850cf35787173219543fd54b300c59 (diff)
downloadGT5-Unofficial-e93e0546e67215cb05161cdbdb09899bbc781005.tar.gz
GT5-Unofficial-e93e0546e67215cb05161cdbdb09899bbc781005.tar.bz2
GT5-Unofficial-e93e0546e67215cb05161cdbdb09899bbc781005.zip
marked as deprecated
-rw-r--r--src/main/java/com/github/technus/tectech/util/Vec3Impl.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/com/github/technus/tectech/util/Vec3Impl.java b/src/main/java/com/github/technus/tectech/util/Vec3Impl.java
index 9ba96d741a..56a9176767 100644
--- a/src/main/java/com/github/technus/tectech/util/Vec3Impl.java
+++ b/src/main/java/com/github/technus/tectech/util/Vec3Impl.java
@@ -4,6 +4,7 @@ import gregtech.api.interfaces.tileentity.IGregTechTileEntity;
import net.minecraft.dispenser.IPosition;
import net.minecraftforge.common.util.ForgeDirection;
+@Deprecated
public class Vec3Impl implements Comparable<Vec3Impl> {
public static final Vec3Impl NULL_VECTOR = new Vec3Impl(0, 0, 0);
private final int val0;