Also patch in warnings for Vec3Pool - similarly removed.
This commit is contained in:
parent
fada1ad7bb
commit
1c78a09cfd
3 changed files with 28 additions and 0 deletions
|
@ -0,0 +1,10 @@
|
|||
--- ../src-base/minecraft/net/minecraft/world/ChunkCache.java
|
||||
+++ ../src-work/minecraft/net/minecraft/world/ChunkCache.java
|
||||
@@ -133,6 +133,7 @@
|
||||
return this.field_72815_e.func_72807_a(p_72807_1_, p_72807_2_);
|
||||
}
|
||||
|
||||
+ @Deprecated /* gone in 1.7.10, use direct access to Vec3.createVectorHelper instead */
|
||||
public Vec3Pool func_82732_R()
|
||||
{
|
||||
return this.field_72815_e.func_82732_R();
|
|
@ -0,0 +1,10 @@
|
|||
--- ../src-base/minecraft/net/minecraft/world/IBlockAccess.java
|
||||
+++ ../src-work/minecraft/net/minecraft/world/IBlockAccess.java
|
||||
@@ -30,6 +30,7 @@
|
||||
@SideOnly(Side.CLIENT)
|
||||
boolean func_72806_N();
|
||||
|
||||
+ @Deprecated /* gone in 1.7.10, use direct access to Vec3.createVectorHelper instead */
|
||||
Vec3Pool func_82732_R();
|
||||
|
||||
int func_72879_k(int var1, int var2, int var3, int var4);
|
|
@ -26,3 +26,11 @@
|
|||
}
|
||||
|
||||
public CrashReportCategory func_72914_a(CrashReport p_72914_1_)
|
||||
@@ -3615,6 +3615,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
+ @Deprecated /* gone in 1.7.10, use direct access to Vec3.createVectorHelper instead */
|
||||
public Vec3Pool func_82732_R()
|
||||
{
|
||||
return this.field_82741_K;
|
||||
|
|
Loading…
Reference in a new issue