File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
src/main/java/org/spongepowered/api/entity/living Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 2424 */
2525package org .spongepowered .api .entity .living .aquatic ;
2626
27- import org .spongepowered .api .block .BlockTypes ;
2827import org .spongepowered .api .entity .living .PathfinderAgent ;
2928
3029/**
31- * Represents an aquatic creature that may be found in {@link BlockTypes#WATER}
30+ * Represents an aquatic creature that needs to stay in water to survive
3231 */
3332public interface Aquatic extends PathfinderAgent {
3433
Original file line number Diff line number Diff line change 2828import org .spongepowered .api .data .value .Value ;
2929import org .spongepowered .api .entity .living .Living ;
3030import org .spongepowered .api .entity .living .Monster ;
31- import org .spongepowered .api .entity .living .aquatic .Aquatic ;
3231
3332import java .util .Optional ;
3433
3534/**
3635 * Represents a Guardian.
3736 */
38- public interface Guardian extends Aquatic , Monster {
37+ public interface Guardian extends Monster {
3938
4039 /**
4140 * {@link Keys#BEAM_TARGET_ENTITY}
You can’t perform that action at this time.
0 commit comments