Skip to content

Commit

Permalink
Remove LlamaLike interface (#2543)
Browse files Browse the repository at this point in the history
* Remove LlamaLike interface

* Update Llama.java

* Update Llama.java
  • Loading branch information
ImMorpheus authored Jun 30, 2024
1 parent 965fe69 commit e1daade
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 36 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,15 @@
import org.spongepowered.api.data.Keys;
import org.spongepowered.api.data.type.LlamaType;
import org.spongepowered.api.data.value.Value;
import org.spongepowered.api.entity.living.Ranger;
import org.spongepowered.api.entity.living.animal.horse.PackHorse;

/**
* Represents a Llama. Llamas are unique in that
* they can be ridden by players, but not controlled by players. Likewise, they
* have colors and styles and can have storage "strength".
*/
public interface Llama extends LlamaLike, PackHorse {
public interface Llama extends PackHorse, Ranger {

/**
* {@link Keys#LLAMA_TYPE}
Expand Down

This file was deleted.

0 comments on commit e1daade

Please sign in to comment.