mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-03 05:32:18 -07:00
deprecate all obfhelpers
This commit is contained in:
@@ -65,7 +65,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
}
|
||||
}
|
||||
|
||||
+ @Nullable public CompoundTag getSubTag(String s) { return getTagElement(s); } // Paper - OBFHELPER
|
||||
+ @Deprecated @Nullable public CompoundTag getSubTag(String s) { return getTagElement(s); } // Paper - OBFHELPER
|
||||
@Nullable
|
||||
public CompoundTag getTagElement(String key) {
|
||||
return this.tag != null && this.tag.contains(key, 10) ? this.tag.getCompound(key) : null;
|
||||
|
Reference in New Issue
Block a user