SPIGOT-5380, SPIGOT-6958, #772: Add some missing entity API
By: Ollie <69084614+olijeffers0n@users.noreply.github.com>
This commit is contained in:
@@ -78,6 +78,13 @@ public interface Fox extends Animals, Sittable {
|
||||
*/
|
||||
public void setSecondTrustedPlayer(@Nullable AnimalTamer player);
|
||||
|
||||
/**
|
||||
* Gets whether the fox is faceplanting the ground
|
||||
*
|
||||
* @return Whether the fox is faceplanting the ground
|
||||
*/
|
||||
boolean isFaceplanted();
|
||||
|
||||
/**
|
||||
* Represents the various different fox types there are.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user