We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91e3e5f commit dee177dCopy full SHA for dee177d
src/main/java/org/spongepowered/api/entity/living/Human.java
@@ -24,11 +24,9 @@
24
*/
25
package org.spongepowered.api.entity.living;
26
27
-import org.spongepowered.api.entity.Ranger;
28
-
29
import java.util.UUID;
30
31
-public interface Human extends Humanoid, PathfinderAgent, Ranger {
+public interface Human extends Humanoid, PathfinderAgent, RangedAgent {
32
33
/**
34
* Sets the appearance "skin" of this human to the appearance used by a real
0 commit comments