File tree Expand file tree Collapse file tree 2 files changed +2
-36
lines changed
src/main/java/org/spongepowered/api/entity/living/animal/horse/llama Expand file tree Collapse file tree 2 files changed +2
-36
lines changed Original file line number Diff line number Diff line change 2727import org .spongepowered .api .data .Keys ;
2828import org .spongepowered .api .data .type .LlamaType ;
2929import org .spongepowered .api .data .value .Value ;
30+ import org .spongepowered .api .entity .living .Ranger ;
3031import org .spongepowered .api .entity .living .animal .horse .PackHorse ;
3132
3233/**
3334 * Represents a Llama. Llamas are unique in that
3435 * they can be ridden by players, but not controlled by players. Likewise, they
3536 * have colors and styles and can have storage "strength".
3637 */
37- public interface Llama extends LlamaLike , PackHorse {
38+ public interface Llama extends PackHorse , Ranger {
3839
3940 /**
4041 * {@link Keys#LLAMA_TYPE}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments