codebook icon indicating copy to clipboard operation
codebook copied to clipboard

nbt 'get' methods

Open Machine-Maker opened this issue 2 years ago • 0 comments

Various methods on CompoundTag return a type based on a key input which is a string. Very commonly, that string is a constant which is easy to lookup when choosing a name for the local var. The local var should be named based on that string, completely ignoring the expected type.

Machine-Maker avatar Aug 03 '23 00:08 Machine-Maker