7 lines
226 B
Java
7 lines
226 B
Java
|
package net.minecraft.world.entity;
|
||
|
|
||
|
import net.minecraft.world.entity.ai.village.ReputationEventType;
|
||
|
|
||
|
public interface ReputationEventHandler {
|
||
|
void onReputationEventFrom(ReputationEventType p_21712_, Entity p_21713_);
|
||
|
}
|