File size: 153 Bytes
d46f4a3
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
package net.minecraft.world.entity;

import javax.annotation.Nullable;

public interface Attackable {
    @Nullable
    LivingEntity getLastAttacker();
}