16 lines
334 B
Java
16 lines
334 B
Java
/*
|
|
* Decompiled with CFR 0.152.
|
|
*
|
|
* Could not load the following classes:
|
|
* org.jspecify.annotations.Nullable
|
|
*/
|
|
package net.minecraft.world.entity;
|
|
|
|
import net.minecraft.world.entity.LivingEntity;
|
|
import org.jspecify.annotations.Nullable;
|
|
|
|
public interface Attackable {
|
|
public @Nullable LivingEntity getLastAttacker();
|
|
}
|
|
|