Skip to content

Commit

Permalink
Human is a RangedAgent
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeregorix committed Sep 26, 2024
1 parent 91e3e5f commit dee177d
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 dee177d

Please sign in to comment.