Uses of Class
com.comphenix.protocol.wrappers.nbt.NameProperty
Packages that use NameProperty
-
Uses of NameProperty in com.comphenix.protocol.wrappers.nbt
Methods in com.comphenix.protocol.wrappers.nbt that return NamePropertyModifier and TypeMethodDescriptionstatic NamePropertyNameProperty.fromBean()Retrieve a new name property around a simple field, forming a Java bean.static NamePropertyNameProperty.fromStringIndex(Class<?> baseClass, Object target, int index)Retrieve a name property that delegates all read and write operations to a field of the given target.