Skip to content

Commit

Permalink
Merge pull request SpongePowered#37 from prism/human-entity-extends
Browse files Browse the repository at this point in the history
`HumanEntity` properly extendeds `LivingEntity`
  • Loading branch information
Chris Sanders committed Sep 9, 2014
2 parents 894da6c + b329380 commit b30db9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
*/
package org.spongepowered.api.entity;

public interface HumanEntity {
public interface HumanEntity extends LivingEntity {
}

0 comments on commit b30db9f

Please sign in to comment.