| 限定符和类型 | 字段和说明 |
|---|---|
protected boolean |
dropping
Used to mark the data as dropping (save and unload) status.
|
protected K |
key |
| 限定符 | 构造器和说明 |
|---|---|
protected |
AbstractUserData(K key) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
boolean |
isDropping() |
K |
key() |
void |
setDropping(boolean dropping) |
@NotNull protected final K key
protected boolean dropping
protected AbstractUserData(@NotNull
K key)
public void setDropping(boolean dropping)
setDropping 在接口中 UserData<K>dropping - true if the data is dropping, false otherwisepublic boolean isDropping()
isDropping 在接口中 UserData<K>public boolean equals(java.lang.Object o)
equals 在类中 java.lang.Objectpublic int hashCode()
hashCode 在类中 java.lang.ObjectCopyright © 2025. All rights reserved.