MCPcopy Create free account
hub / github.com/GregTech6/gregtech6 / getCoordinateScan

Method getCoordinateScan

src/main/java/gregapi/util/UT.java:3240–3240  ·  view source on GitHub ↗
(ArrayList<String> aList, EntityPlayer aPlayer, World aWorld, int aScanLevel, int aX, int aY, int aZ, byte aSide, float aClickX, float aClickY, float aClickZ)

Source from the content-addressed store, hash-verified

3238 @Deprecated public static boolean setToFire(World aWorld, ChunkCoordinates aCoords, boolean aCheckFlammability) {return WD.fire(aWorld, aCoords, aCheckFlammability);}
3239 @Deprecated public static boolean getCoordsOnFire(World aWorld, int aX, int aY, int aZ) {return WD.burning(aWorld, aX, aY, aZ);}
3240 @Deprecated public static long getCoordinateScan(ArrayList<String> aList, EntityPlayer aPlayer, World aWorld, int aScanLevel, int aX, int aY, int aZ, byte aSide, float aClickX, float aClickY, float aClickZ) {return WD.scan(aList, aPlayer, aWorld, aScanLevel, aX, aY, aZ, aSide, aClickX, aClickY, aClickZ);}
3241 }
3242
3243 @Deprecated public static class Stacks {

Callers

nothing calls this directly

Calls 1

scanMethod · 0.95

Tested by

no test coverage detected