All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.shynixn.petblocks.api.entities.CustomEntity Maven / Gradle / Ivy

package com.github.shynixn.petblocks.api.entities;

import org.bukkit.Location;
import org.bukkit.entity.LivingEntity;

/**
 * Created by Shynixn
 */
public interface CustomEntity {
    LivingEntity getSpigotEntity();

    void spawn(Location location);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy