Skip to content

Commit dee177d

Browse files
committed
Human is a RangedAgent
1 parent 91e3e5f commit dee177d

File tree

1 file changed

+1
-3
lines changed
  • src/main/java/org/spongepowered/api/entity/living

1 file changed

+1
-3
lines changed

src/main/java/org/spongepowered/api/entity/living/Human.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,9 @@
2424
*/
2525
package org.spongepowered.api.entity.living;
2626

27-
import org.spongepowered.api.entity.Ranger;
28-
2927
import java.util.UUID;
3028

31-
public interface Human extends Humanoid, PathfinderAgent, Ranger {
29+
public interface Human extends Humanoid, PathfinderAgent, RangedAgent {
3230

3331
/**
3432
* Sets the appearance "skin" of this human to the appearance used by a real

0 commit comments

Comments
 (0)