deprecate all obfhelpers

This commit is contained in:
MiniDigger | Martin 2021-06-17 21:52:26 +02:00
commit 62fabeca0c
36 changed files with 82 additions and 84 deletions

View file

@ -2631,7 +2631,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
}
+ public PoiManager getVillagePlace() { return this.getPoiManager(); } // Paper - OBFHELPER
+ @Deprecated public PoiManager getVillagePlace() { return this.getPoiManager(); } // Paper - OBFHELPER
protected PoiManager getPoiManager() {
return this.poiManager;
}