de.adrodoc55.minecraft.mpl.Mpl_mpl_multiline_comment Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mpl-ide Show documentation
Show all versions of mpl-ide Show documentation
MPL is a language that makes it easier to write applications for Minecraft 1.9 or higher. The final result of compiling an MPL application are command blocks that can be imported into your world in various ways. MPL comes with it's own editor that supports syntax- and error-highlighting and has a built in compiler.
The newest version!
package de.adrodoc55.minecraft.mpl;
public class Mpl_mpl_multiline_comment extends org.eclipse.jface.text.rules.RuleBasedScanner {
public Mpl_mpl_multiline_comment() {
org.eclipse.jface.text.rules.Token mpl_multi_line_commentToken = new org.eclipse.jface.text.rules.Token(new org.eclipse.fx.text.ui.TextAttribute("mpl.mpl_multi_line_comment"));
setDefaultReturnToken(mpl_multi_line_commentToken);
org.eclipse.jface.text.rules.IRule[] rules = new org.eclipse.jface.text.rules.IRule[0];
setRules(rules);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy