public interface NBTHandler<T>
Modifier and Type | Method and Description |
---|---|
default boolean |
fuzzyMatch(Object obj) |
T |
get(ReadableNBT nbt,
String key) |
void |
set(ReadWriteNBT nbt,
String key,
T value) |
Copyright © 2015–2024 tr7zw. All rights reserved.