org.bukkit.entity.NPC Maven / Gradle / Ivy
package org.bukkit.entity;
/**
* Represents a non-player character
*/
public interface NPC extends Creature {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package org.bukkit.entity;
/**
* Represents a non-player character
*/
public interface NPC extends Creature {
}