类 PersistentDataType.BooleanPersistentDataType

java.lang.Object
org.bukkit.persistence.PersistentDataType.BooleanPersistentDataType
所有已实现的接口:
PersistentDataType<Byte,Boolean>
封闭接口:
PersistentDataType<T,Z>

public static class PersistentDataType.BooleanPersistentDataType extends Object implements PersistentDataType<Byte,Boolean>
A convenience implementation to convert between Byte and Boolean as there is no native implementation for booleans.
Any byte value not equal to 0 is considered to be true.