Spaces:
Build error
Build error
package net.minecraft.world.entity; | |
import javax.annotation.Nullable; | |
public interface Attackable { | |
LivingEntity getLastAttacker(); | |
} |