Interface VillagerBrain

All Superinterfaces:
EntityBrain

public interface VillagerBrain extends EntityBrain
Represents a Special Brain for a Villager
  • Method Details

    • getGossipContainer

      @NotNull @NotNull EntityGossipContainer getGossipContainer()
      Fetches this Villager's Gossip Container
      Returns:
      Gossip Container
    • getEntity

      @NotNull @NotNull Villager getEntity()
      Description copied from interface: EntityBrain
      Get the Entity that this Brain relates to.
      Specified by:
      getEntity in interface EntityBrain
      Returns:
      Entity of this brain