All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dev.the_fireplace.mobrebirth.domain.event.DeathHandler Maven / Gradle / Ivy

There is a newer version: 10.2.2+1.18.2
Show newest version
package dev.the_fireplace.mobrebirth.domain.event;

import net.minecraft.class_1282;
import net.minecraft.class_1309;

public interface DeathHandler {
    void onDeath(class_1309 livingEntity, class_1282 damageSource);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy