dev.the_fireplace.mobrebirth.domain.event.DamageHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Mob-Rebirth Show documentation
Show all versions of Mob-Rebirth Show documentation
A server-side Minecraft mod that allows mobs to be reborn in various ways.
package dev.the_fireplace.mobrebirth.domain.event;
import net.minecraft.class_1282;
import net.minecraft.class_1309;
public interface DamageHandler {
boolean shouldCancelEntityDamage(class_1282 source, class_1309 livingEntity);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy