Package me.gamercoder215.mobchip
Interface VillagerBrain
- All Superinterfaces:
EntityBrain
Represents a Special Brain for a Villager
-
Method Summary
Modifier and TypeMethodDescriptionGet the Entity that this Brain relates to.Fetches this Villager's Gossip ContainerMethods inherited from interface me.gamercoder215.mobchip.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:EntityBrain
Get the Entity that this Brain relates to.- Specified by:
getEntity
in interfaceEntityBrain
- Returns:
- Entity of this brain
-