@@ -0,0 +1,6 @@
|
||||
package org.bukkit.entity;
|
||||
|
||||
/**
|
||||
* Represents Evoker Fangs.
|
||||
*/
|
||||
public interface EvokerFangs extends Entity { }
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,6 @@
|
||||
package org.bukkit.entity;
|
||||
|
||||
/**
|
||||
* Represents Evoker Fangs.
|
||||
*/
|
||||
public interface EvokerFangs extends Entity { }
|
||||