User Tools

Site Tools


documentation:fabric_loader

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
documentation:fabric_loader [2019/06/07 14:33] – [Entrypoints] Primarily clear up the first paragraph jamieswhiteshirtdocumentation:fabric_loader [2019/06/07 18:22] – [Entrypoints] jamieswhiteshirt
Line 38: Line 38:
   * **Field**: ''net.fabricmc.example.ExampleMod::field'' refers to the field in that class by the name 'field'. The field must be static and public. The the field type must implement or extend the expected type. The return value is the value of the field.   * **Field**: ''net.fabricmc.example.ExampleMod::field'' refers to the field in that class by the name 'field'. The field must be static and public. The the field type must implement or extend the expected type. The return value is the value of the field.
  
-References to class members must be unambiguous, meaning the class must contain only one and only one member with the targeted name. In case of ambiguity, the entrypoint will fail to resolve.+References to class members must be unambiguous, meaning the class must contain one and only one member with the targeted name. In case of ambiguity, the entrypoint will fail to resolve.
  
 Language adapters for other languages can be implemented by mods. [[https://github.com/FabricMC/fabric-language-kotlin|fabric-language-kotlin]] provides a language adapter for Kotlin. Language adapters for other languages can be implemented by mods. [[https://github.com/FabricMC/fabric-language-kotlin|fabric-language-kotlin]] provides a language adapter for Kotlin.
documentation/fabric_loader.txt · Last modified: 2023/12/27 12:57 by 194.190.81.32