Uses of Interface
net.minecraft.world.entity.ai.village.ReputationEventType
Packages that use ReputationEventType
Package
Description
-
Uses of ReputationEventType in net.minecraft.server.level
Methods in net.minecraft.server.level with parameters of type ReputationEventTypeModifier and TypeMethodDescriptionvoid
ServerLevel.onReputationEvent
(ReputationEventType p_8671_, Entity p_8672_, ReputationEventHandler p_8673_) -
Uses of ReputationEventType in net.minecraft.world.entity
Methods in net.minecraft.world.entity with parameters of type ReputationEventTypeModifier and TypeMethodDescriptionvoid
ReputationEventHandler.onReputationEventFrom
(ReputationEventType p_21712_, Entity p_21713_) -
Uses of ReputationEventType in net.minecraft.world.entity.ai.village
Fields in net.minecraft.world.entity.ai.village declared as ReputationEventTypeModifier and TypeFieldDescriptionstatic final ReputationEventType
ReputationEventType.GOLEM_KILLED
static final ReputationEventType
ReputationEventType.TRADE
static final ReputationEventType
ReputationEventType.VILLAGER_HURT
static final ReputationEventType
ReputationEventType.VILLAGER_KILLED
static final ReputationEventType
ReputationEventType.ZOMBIE_VILLAGER_CURED
Methods in net.minecraft.world.entity.ai.village that return ReputationEventType -
Uses of ReputationEventType in net.minecraft.world.entity.npc
Methods in net.minecraft.world.entity.npc with parameters of type ReputationEventTypeModifier and TypeMethodDescriptionvoid
Villager.onReputationEventFrom
(ReputationEventType p_35431_, Entity p_35432_)