Package 

Class KotlinAdapter

  • All Implemented Interfaces:
    org.quiltmc.loader.api.LanguageAdapter

    
    public class KotlinAdapter
     implements LanguageAdapter
                        

    Kotlin Language Adapter.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      KotlinAdapter()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      <T extends Any> T create(ModContainer mod, String value, Class<T> type)
      • Methods inherited from class java.lang.Object

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

      • KotlinAdapter

        KotlinAdapter()