Uses of Class
org.bukkit.entity.memory.MemoryKey
| Package | Description |
|---|---|
| org.bukkit |
The root package of the Bukkit API, contains generalized API classes.
|
| org.bukkit.entity |
Interfaces for non-voxel objects that can exist in a
world, including all players, monsters, projectiles, etc. |
| org.bukkit.entity.memory |
Classes concerning an entity's persistent memory.
|
-
Uses of MemoryKey in org.bukkit
Fields in org.bukkit with type parameters of type MemoryKey Modifier and Type Field Description static Registry<MemoryKey>Registry. MEMORY_MODULE_TYPEMemory Keys. -
Uses of MemoryKey in org.bukkit.entity
Methods in org.bukkit.entity with parameters of type MemoryKey Modifier and Type Method Description <T> TLivingEntity. getMemory(MemoryKey<T> memoryKey)Returns the value of the memory specified.<T> voidLivingEntity. setMemory(MemoryKey<T> memoryKey, T memoryValue)Sets the value of the memory specified. -
Uses of MemoryKey in org.bukkit.entity.memory
Fields in org.bukkit.entity.memory declared as MemoryKey Modifier and Type Field Description static MemoryKey<Boolean>MemoryKey. ADMIRING_DISABLEDstatic MemoryKey<Boolean>MemoryKey. ADMIRING_ITEMstatic MemoryKey<UUID>MemoryKey. ANGRY_ATstatic MemoryKey<Boolean>MemoryKey. GOLEM_DETECTED_RECENTLYstatic MemoryKey<Location>MemoryKey. HOMEstatic MemoryKey<Boolean>MemoryKey. HUNTED_RECENTLYstatic MemoryKey<Location>MemoryKey. JOB_SITEstatic MemoryKey<Long>MemoryKey. LAST_SLEPTstatic MemoryKey<Long>MemoryKey. LAST_WOKENstatic MemoryKey<Long>MemoryKey. LAST_WORKED_AT_POIstatic MemoryKey<Location>MemoryKey. MEETING_POINTstatic MemoryKey<Location>MemoryKey. POTENTIAL_JOB_SITEstatic MemoryKey<Boolean>MemoryKey. UNIVERSAL_ANGERMethods in org.bukkit.entity.memory that return MemoryKey Modifier and Type Method Description static MemoryKeyMemoryKey. getByKey(NamespacedKey namespacedKey)Returns aMemoryKeyby aNamespacedKey.Methods in org.bukkit.entity.memory that return types with arguments of type MemoryKey Modifier and Type Method Description static Set<MemoryKey>MemoryKey. values()Returns the set of all MemoryKeys.