com.skillw.pouvoir.util.read.Parser Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Pouvoir Show documentation
Show all versions of Pouvoir Show documentation
Bukkit Script Engine Plugin.
package com.skillw.pouvoir.util.read;
import org.jetbrains.annotations.NotNull;
public interface Parser {
@NotNull
Result parse(String text);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy