pylon-core
Toggle table of contents
1.0.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
pylon-core
pylon-core
/
io.github.pylonmc.pylon.core.registry
/
PylonRegistryKey
Pylon
Registry
Key
@
JvmRecord
data
class
PylonRegistryKey
<
T
>
(
val
namespace
:
String
,
val
path
:
String
)
:
Record
(
source
)
Members
Constructors
Pylon
Registry
Key
Link copied to clipboard
constructor
(
key
:
Key
)
constructor
(
plugin
:
Plugin
,
path
:
String
)
constructor
(
namespace
:
String
,
path
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
namespace
Link copied to clipboard
val
namespace
:
String
path
Link copied to clipboard
val
path
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String