| 3210 | @Deprecated public static TileEntity getTileEntity(World aWorld, ChunkCoordinates aCoords, boolean aLoadUnloadedChunks) {return WD.te(aWorld, aCoords, aLoadUnloadedChunks);} |
| 3211 | @Deprecated public static TileEntity getTileEntity(World aWorld, int aX, int aY, int aZ, boolean aLoadUnloadedChunks) {return WD.te(aWorld, aX, aY, aZ, aLoadUnloadedChunks);} |
| 3212 | @Deprecated public static TileEntity setTileEntity(World aWorld, int aX, int aY, int aZ, TileEntity aTileEntity, boolean aCauseTileEntityUpdates) {return WD.te(aWorld, aX, aY, aZ, aTileEntity, aCauseTileEntityUpdates);} |
| 3213 | @Deprecated public static long getEnvironmentalTemperature(World aWorld, int aX, int aY, int aZ) {return WD.envTemp(aWorld, aX, aY, aZ);} |
| 3214 | @Deprecated public static long getTemperature(World aWorld, int aX, int aY, int aZ) {return WD.temperature(aWorld, aX, aY, aZ);} |
| 3215 | @Deprecated public static ItemStack getStack(World aWorld, int aX, int aY, int aZ) {return WD.stack(aWorld, aX, aY, aZ);} |