2025-11-24 22:52:51 +03:00

13 lines
306 B
Java

/*
* Decompiled with CFR 0.152.
*/
package net.minecraft.world.entity;
import net.minecraft.world.entity.Entity;
import net.minecraft.world.entity.ai.village.ReputationEventType;
public interface ReputationEventHandler {
public void onReputationEventFrom(ReputationEventType var1, Entity var2);
}