package net.minecraft.world.level.entity;

public interface LevelCallback<T> {

    void f(T t0);

    void e(T t0);

    void d(T t0);

    void c(T t0);

    void b(T t0);

    void a(T t0);
}
