接口 Villager.ReputationEvent
- 封闭接口:
- Villager
public static interface Villager.ReputationEvent
Reputation change reason.
-
字段概要
字段修饰符和类型字段说明static final Villager.ReputationEvent
Reputation decayed over time.static final Villager.ReputationEvent
Village's iron golem was killed by an entity.static final Villager.ReputationEvent
A villager gossiped with another villager.static final Villager.ReputationEvent
A player traded with a villager.static final Villager.ReputationEvent
Unspecified reason.static final Villager.ReputationEvent
A villager was hurt by an entity.static final Villager.ReputationEvent
A villager was killed by an entity.static final Villager.ReputationEvent
A villager was cured by a player.
-
字段详细资料
-
ZOMBIE_VILLAGER_CURED
A villager was cured by a player. -
TRADE
A player traded with a villager. -
VILLAGER_HURT
A villager was hurt by an entity. -
VILLAGER_KILLED
A villager was killed by an entity. -
GOSSIP
A villager gossiped with another villager. -
DECAY
Reputation decayed over time. -
GOLEM_KILLED
Village's iron golem was killed by an entity. -
UNSPECIFIED
Unspecified reason. Available only by setting the reputation programmatically.
-