PlatformNamespace

Represents a namespaced key (e.g., "minecraft:apple").

Since

2.0.0

Parameters

namespace

the namespace (e.g., "minecraft")

path

the path (e.g., "apple")

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String