17
paper-api/src/main/java/org/bukkit/entity/Phantom.java
Normal file
17
paper-api/src/main/java/org/bukkit/entity/Phantom.java
Normal file
@@ -0,0 +1,17 @@
|
||||
package org.bukkit.entity;
|
||||
|
||||
/**
|
||||
* Represents a phantom.
|
||||
*/
|
||||
public interface Phantom extends Flying {
|
||||
|
||||
/**
|
||||
* @return The size of the phantom
|
||||
*/
|
||||
public int getSize();
|
||||
|
||||
/**
|
||||
* @param sz The new size of the phantom.
|
||||
*/
|
||||
public void setSize(int sz);
|
||||
}
|
||||
Reference in New Issue
Block a user