Skip to content

Commit

Permalink
Merge upstream additions
Browse files Browse the repository at this point in the history
  • Loading branch information
gabizou committed Sep 28, 2024
2 parents 667d80e + dee177d commit 8a94300
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/java/org/spongepowered/api/entity/living/Human.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,9 @@
*/
package org.spongepowered.api.entity.living;

import org.spongepowered.api.entity.Ranger;

import java.util.UUID;

public interface Human extends Humanoid, PathfinderAgent, Ranger {
public interface Human extends Humanoid, PathfinderAgent, RangedAgent {

/**
* Sets the appearance "skin" of this human to the appearance used by a real
Expand Down

0 comments on commit 8a94300

Please sign in to comment.