Uses of Class
org.bukkit.entity.memory.MemoryKey
Packages that use MemoryKey
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Interfaces for non-voxel objects that can exist in a
world
, including all players, monsters, projectiles, etc.Classes concerning an entity's persistent memory.
-
Uses of MemoryKey in org.bukkit
Fields in org.bukkit with type parameters of type MemoryKey -
Uses of MemoryKey in org.bukkit.entity
Methods in org.bukkit.entity with parameters of type MemoryKey -
Uses of MemoryKey in org.bukkit.entity.memory
Fields in org.bukkit.entity.memory declared as MemoryKeyModifier and TypeFieldDescriptionMemoryKey.ADMIRING_DISABLED
MemoryKey.ADMIRING_ITEM
MemoryKey.ANGRY_AT
MemoryKey.GOLEM_DETECTED_RECENTLY
MemoryKey.HOME
MemoryKey.HUNTED_RECENTLY
MemoryKey.JOB_SITE
MemoryKey.LAST_SLEPT
MemoryKey.LAST_WOKEN
MemoryKey.LAST_WORKED_AT_POI
MemoryKey.MEETING_POINT
MemoryKey.POTENTIAL_JOB_SITE
MemoryKey.UNIVERSAL_ANGER
Methods in org.bukkit.entity.memory that return MemoryKeyModifier and TypeMethodDescriptionstatic MemoryKey
MemoryKey.getByKey(NamespacedKey namespacedKey)
Returns aMemoryKey
by aNamespacedKey
.Methods in org.bukkit.entity.memory that return types with arguments of type MemoryKey