Koremods
1.0.0
JVM
Koremods
/
wtf.gofancy.koremods
/
PathScriptSource
Path
Script
Source
class
PathScriptSource
(
path
:
Path
)
:
ExternalSourceCode
,
Serializable
(
source
)
A Script Source that points to a java NIO
Path
.
Parameters
path
path to the script's source code file
Members
Constructors
Path
Script
Source
Link copied to clipboard
constructor
(
path
:
Path
)
Properties
external
Location
Link copied to clipboard
open
override
val
externalLocation
:
URL
location
Id
Link copied to clipboard
open
override
val
locationId
:
String
name
Link copied to clipboard
open
override
val
name
:
String
text
Link copied to clipboard
open
override
val
text
:
String
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int