All Classes and Interfaces
Class
Description
Persists the Minecraft age variable for
Ageable
s.Implements alignment flocking with a particular weight i.e.
A named
Location
.Persists a list of
Anchor
s.The storage for an
AStarMachine
.The base class for the second iteration of the
Goal
API, which can be made backwards compatible by extending
BehaviorGoalAdapter
.Wraps an
Behavior
and runs callbacks when the underlying Behavior is finished.Contains methods used in order to utilize the Citizens API.
Represents an event thrown by Citizens.
Called just before Citizens is reloaded.
Called when Citizens is reloaded.
Annotates a method as a click handler that will accept inventory click events.
Redirects left and right clicks to another
NPC
.Implements cohesion flocking with a particular weight i.e.
The base class for composite
Behavior
s, which handle the transition between multiple sub-behaviors.A hierarchical abstract storage class.
A decorator is a wrapper over a
Behavior
, which can add functionality such as filtering
BehaviorStatus
es, conditions, timer loops and more without knowing the internals of the behavior it wraps.Delegates persistence to a given
Persister
, which will be used to create and save instances.An empty leaf
Behavior
.Persists EnderCrystal metadata.
Persists
Enderman
metadata.A helper class for storing a number of entity markers.
Represents an NPC's equipment.
An interface to be used with an
Flocker
to represent a certain type of behavior such as cohesion, alignment
or separation.Implements a simple flocking controller as a
Runnable
.Persists a
Player
to follow while spawned.Forwards all calls to a secondary
Behavior
.Represents a Goal that can be added to a
GoalController
.Represents a collection of goals that are prioritised and executed, allowing behaviour trees via a
GoalSelector
or by implementing Behavior
.Enable/disable Minecraft's gravity.
Defines a static flock of NPCs with an optional radius.
Stores guided waypoint info.
Manages a set of holograms attached to the NPC.
API for rendering holograms.
A helper class that models a hologram as a single entity that represents a single line in game.
Persists various
Horse
metadata.Marker annotation to inject context variables at runtime into
InventoryMenuPage
s.Represents an NPC's inventory.
A container class for Inventory GUIs.
The concrete page instance representing a single page in a stack of inventory menu GUIs.
The concrete instance of a
MenuPattern
.Represents a single inventory slot in a
InventoryMenu
.The concrete class of
MenuTransition
.Persists
ItemFrame
metadata.An ordered list of
Waypoint
s to walk between.Persists the /npc lookclose metadata
A decorator
Behavior
that continues to execute its child behavior as long as a Condition
returns
true
and the behavior returns BehaviorStatus.SUCCESS
.Defines a GUI inventory menu.
A context class passed into the constructor of a
Menu
instance.Defines a pattern of slots and/or transitions.
Defines a slot with a certain item.
Defines a menu transition to a new sub-menu.
Represents a storage system for metadata
bStats collects some data for plugin authors.
An extremely simple JSON builder.
A super simple representation of a JSON object.
Represents an NPC's mob type.
Persists the NPC's mounted on entity, if any.
Represents the pathfinding AI of an
NPC
.Represents an NPC with optional
Trait
s.Represents an event where an NPC was clicked by a player.
Called just before a command list is dispatched.
Called when an NPC despawns.
Represents an event thrown by an NPC.
Represents a 'flock' of NPCs to be used as input to a
Flocker
.Called when an NPC is left-clicked by a player.
Thrown when an NPC fails to load properly.
Controls the registration and lookup of a set of
NPC
s.Called when an NPC is right-clicked by a player.
Called when an NPC is selected by a player.
Manages the 'selected
NPC
' for the server.Called when an NPC spawns.
Represents an event where an NPC speaks using /npc speak.
Called when an NPC teleports.
Persists Ocelot metadata.
Represents the owner of an NPC.
Persists
Painting
metadata.A marker interface for
Behavior
s that indicates to any parent nodes that the behavior can be run in
parallel along with other behaviors.A pathfinding strategy directed at a target.
A marker annotation for
PersistenceLoader
to persist a field by saving and loading it into DataKey
s.An Object that can be serialised using
DataKey
s.Performs reflective persistence of objects into
DataKey
s.A serialisation primitive to be used with
PersistenceLoader
to serialise custom objects.A stringly-typed registry that loads and saves its types using
PersistenceLoader
and DataKey
s.An abstract plan returned by the
AStarGoal
that should be run until completion.A named head yaw/pitch
Persists named
Pose
s.Persists
Creeper
powered status.A dynamically prioritisable
Goal
.Fetches game profiles that include skin data from Mojang servers.
Interface for a subscriber of the results of a profile fetch.
The result status of a profile fetch.
Stores basic information about a single profile used to request profiles from the Mojang servers.
Persists Rabbit metadata.
A dynamic flock of NPCs that checks for entity NPCs within a certain block radius.
Decorates a
Behavior
and retries failures a certain number of times.Persists saddle metadata.
A selector of sub-goals, that chooses a single
Behavior
to execute from a list.Static helper class for creating common
Selector
s.Implements separation flocking with a particular weight i.e.
Runs each
Behavior
in sequence.Persists
Sheep
metadata.Shop trait for NPC GUI shops.
A base implementation of
AStarStorage
that uses a PriorityQueue
for the frontier and HashMap
s
for the open/closed sets.A simple
GoalController
implementation that stores goals as a ArrayList
.Stores data for a single skin.
Persists skin layers that should/should not be visible on the NPC skin.
Interface for player entities that are skinnable.
Handles and synchronizes add and remove packets for Player type NPC's in order to properly apply the NPC skin.
Tracks skin updates for players.
Persists Slime size.
Represents the spawn state of an NPC.
SpeechContext contains information about a
NPCSpeechEvent
, including the Talkable
talker, recipients,
and message.Represents the NPCs speech abilities.
Represents an event where a Talkable entity speaks to another Talkable entity.
Spigot has changed InventoryViews to be an abstract class instead of an interface necessitating an abstraction
over the existing API to avoid java runtime errors.
Wraps an
Behavior
and returns a supplied BehaviorStatus
instead of the underlying status.Sends remove packets in batch per player.
Talkable provides an interface for talking to Players, Entities and NPCs.
A sample
Goal
/Behavior
that will target specific EntityType
s within a certain radius and
start following them using Navigator.setTarget(Entity, boolean)
.Persists text metadata, i.e.
Wraps a
Behavior
and enforces a tick limit, after which it will return BehaviorStatus.FAILURE
and
reset the child Behavior
.Represents a Trait linked to an
NPC
that can be loaded and saved.Builds a trait.
A helper annotation to specify trait name for
TraitInfo
.Persists the Villager profession metadata.
A wandering waypoint provider that wanders between either a box centered at the current location or inside a region
defined by a list of boxes.
Represents a
Location
with a number of WaypointTrigger
s that activate on reaching the location.Marker interface for waypoint trigger prompts.
Registers valid
WaypointTrigger
classes and their chat configuration prompts.Persists
Wither
metadata.Persists
Wolf
metadata.Persists
Sheep
wool color metadata.
Very fast pseudo random number generator.