Interface VillagerBrain
- All Superinterfaces:
EntityBrain
Represents a Special Brain for a Villager
-
Method Summary
Modifier and TypeMethodDescription@NotNull VillagerGet the Entity that this Brain relates to.@NotNull EntityGossipContainerFetches this Villager's Gossip ContainerMethods inherited from interface EntityBrain
canSee, canSee, clearRestrictionArea, containsAllMemories, containsMemory, createNavigation, getAttributeInstance, getBehaviors, getBody, getCombatTracker, getController, getExpiration, getGoalAI, getMemory, getMemoryStatus, getRestrictionArea, getRestrictionRadius, getScheduleManager, getSenses, getTargetAI, hasRestriction, isInRestriction, removeMemory, setMemories, setMemories, setMemory, setMemory, setRestrictionArea
-
Method Details
-
getGossipContainer
Fetches this Villager's Gossip Container- Returns:
- Gossip Container
-
getEntity
Description copied from interface:EntityBrainGet the Entity that this Brain relates to.- Specified by:
getEntityin interfaceEntityBrain- Returns:
- Entity of this brain
-