Skip to content

Commit

Permalink
Overwrite resolveCompound to be ReadWriteNBT
Browse files Browse the repository at this point in the history
  • Loading branch information
tr7zw committed Jun 15, 2024
1 parent 7cf2320 commit 53216d3
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,9 @@ public interface ReadWriteNBT extends ReadableNBT {

@Override
ReadWriteNBTCompoundList getCompoundList(String name);

@Override
ReadWriteNBT resolveCompound(String key);

/**
* Remove all keys from this compound
Expand Down

0 comments on commit 53216d3

Please sign in to comment.