13 lines
306 B
Java
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);
|
|
}
|
|
|