summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/bukkit/entity/Ocelot.java
diff options
context:
space:
mode:
authorBlackHole <black-hole@live.com>2017-05-15 23:29:02 +0200
committermd_5 <git@md-5.net>2017-05-16 20:23:25 +1000
commit211c15e44665dd0365460fb3330411dca6dbbe53 (patch)
treed2eb16f5e854b2a7b92c92ed5fefd9e49fc409d4 /src/main/java/org/bukkit/entity/Ocelot.java
parente0de402afc1c68da8a894427bc323d1c9f632ef8 (diff)
downloadbukkit-211c15e44665dd0365460fb3330411dca6dbbe53.tar
bukkit-211c15e44665dd0365460fb3330411dca6dbbe53.tar.gz
bukkit-211c15e44665dd0365460fb3330411dca6dbbe53.tar.lz
bukkit-211c15e44665dd0365460fb3330411dca6dbbe53.tar.xz
bukkit-211c15e44665dd0365460fb3330411dca6dbbe53.zip
SPIGOT-3246: Use Sittable for Ocelot, Wolf and Parrot
Diffstat (limited to 'src/main/java/org/bukkit/entity/Ocelot.java')
-rw-r--r--src/main/java/org/bukkit/entity/Ocelot.java17
1 files changed, 1 insertions, 16 deletions
diff --git a/src/main/java/org/bukkit/entity/Ocelot.java b/src/main/java/org/bukkit/entity/Ocelot.java
index d5d034d8..0005970a 100644
--- a/src/main/java/org/bukkit/entity/Ocelot.java
+++ b/src/main/java/org/bukkit/entity/Ocelot.java
@@ -4,7 +4,7 @@ package org.bukkit.entity;
/**
* A wild tameable cat
*/
-public interface Ocelot extends Animals, Tameable {
+public interface Ocelot extends Animals, Tameable, Sittable {
/**
* Gets the current type of this cat.
@@ -21,21 +21,6 @@ public interface Ocelot extends Animals, Tameable {
public void setCatType(Type type);
/**
- * Checks if this ocelot is sitting
- *
- * @return true if sitting
- */
- public boolean isSitting();
-
- /**
- * Sets if this ocelot is sitting. Will remove any path that the ocelot
- * was following beforehand.
- *
- * @param sitting true if sitting
- */
- public void setSitting(boolean sitting);
-
- /**
* Represents the various different cat types there are.
*/
public enum Type {