public class ProxyBuilder<T extends NBTProxy> extends Object implements InvocationHandler
Constructor and Description |
---|
ProxyBuilder(ReadWriteNBT nbt,
Class<T> target) |
Modifier and Type | Method and Description |
---|---|
T |
build() |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
ProxyBuilder<T> |
readOnly() |
public ProxyBuilder(ReadWriteNBT nbt, Class<T> target)
Copyright © 2015–2024 tr7zw. All rights reserved.