Code/net/minecraft/world/entity/ReputationEventHandler.java

7 lines
226 B
Java
Raw Permalink Normal View History

2025-07-01 06:20:03 +00:00
package net.minecraft.world.entity;
import net.minecraft.world.entity.ai.village.ReputationEventType;
public interface ReputationEventHandler {
void onReputationEventFrom(ReputationEventType p_21712_, Entity p_21713_);
}