Interface IThrowable<T extends net.minecraft.entity.projectile.EntityThrowable>

  • Type Parameters:
    T - The underlying Minecraft EntityThrowable type.
    All Superinterfaces:
    IEntity<T>

    public interface IThrowable<T extends net.minecraft.entity.projectile.EntityThrowable>
    extends IEntity<T>
    Represents a throwable entity with additional methods.