Package org.bukkit.entity
Interface Villager.ReputationEvent
- Enclosing interface:
- Villager
public static interface Villager.ReputationEvent
Reputation change reason.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final Villager.ReputationEventReputation decayed over time.static final Villager.ReputationEventVillage's iron golem was killed by an entity.static final Villager.ReputationEventA villager gossiped with another villager.static final Villager.ReputationEventA player traded with a villager.static final Villager.ReputationEventUnspecified reason.static final Villager.ReputationEventA villager was hurt by an entity.static final Villager.ReputationEventA villager was killed by an entity.static final Villager.ReputationEventA villager was cured by a player.
- 
Field Details- 
ZOMBIE_VILLAGER_CUREDA villager was cured by a player.
- 
TRADEA player traded with a villager.
- 
VILLAGER_HURTA villager was hurt by an entity.
- 
VILLAGER_KILLEDA villager was killed by an entity.
- 
GOSSIPA villager gossiped with another villager.
- 
DECAYReputation decayed over time.
- 
GOLEM_KILLEDVillage's iron golem was killed by an entity.
- 
UNSPECIFIEDUnspecified reason. Available only by setting the reputation programmatically.
 
-