Class CodeEditorLanguageDefinitions

java.lang.Object
de.luckymcdev.foundryengine.common.editor.builtin.code.CodeEditorLanguageDefinitions

public class CodeEditorLanguageDefinitions extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static imgui.extension.texteditor.TextEditorLanguageDefinition
    Returns the shared GLSL language definition.
    static imgui.extension.texteditor.TextEditorLanguageDefinition
    Returns the shared Groovy language definition.
    static imgui.extension.texteditor.TextEditorLanguageDefinition
    Returns the shared Java language definition.
    static imgui.extension.texteditor.TextEditorLanguageDefinition
    Returns the shared JSON language definition.
    static imgui.extension.texteditor.TextEditorLanguageDefinition
    Returns the shared TOML language definition.

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CodeEditorLanguageDefinitions

      public CodeEditorLanguageDefinitions()
  • Method Details

    • glsl

      public static imgui.extension.texteditor.TextEditorLanguageDefinition glsl()
      Returns the shared GLSL language definition.
    • json

      public static imgui.extension.texteditor.TextEditorLanguageDefinition json()
      Returns the shared JSON language definition.
    • toml

      public static imgui.extension.texteditor.TextEditorLanguageDefinition toml()
      Returns the shared TOML language definition.
    • groovy

      public static imgui.extension.texteditor.TextEditorLanguageDefinition groovy()
      Returns the shared Groovy language definition.
    • java

      public static imgui.extension.texteditor.TextEditorLanguageDefinition java()
      Returns the shared Java language definition.