Skip to content

NPCBlackboardCommand

Package: com.hypixel.hytale.server.npc.commands

public class NPCBlackboardCommand extends AbstractCommandCollection

Implements /npc blackboard. A command collection providing inspection and manipulation of the NPC blackboard system — the shared perception data resource used by NPC sensors. Contains 11 sub-commands for viewing block type views, block events, entity events, resource views, chunk data, and player-NPC reservations.

public NPCBlackboardCommand()

Registers as sub-command "blackboard" with translation key "server.commands.npc.blackboard.desc".

Sub-commandClassDescription
chunksChunksCommandLists all blackboard chunk sections with entry counts
chunkChunkCommandShows detailed block data for a specific chunk position
dropDropCommandClears all blackboard data
viewsViewsCommandLists all BlockTypeView partial views
viewViewCommandShows detailed data for a specific BlockTypeView
blockeventsBlockEventsCommandShows BlockEventView subscriptions
entityeventsEntityEventsCommandShows EntityEventView subscriptions
resourceviewsResourceViewsCommandLists all ResourceView instances
resourceviewResourceViewCommandShows detailed data for a specific ResourceView
reserveReserveCommandAdds or removes a player reservation on an NPC
reservationReservationCommandChecks the reservation status between a player and NPC
Hydex is an independent community resource. Hytale is a trademark of Hypixel Studios. Hydex is not affiliated with or endorsed by Hypixel Studios.