HashedMojangArguments

Arguments for hashed Mojang mappings lookup commands.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard
open override val channel: <Error class: unknown class>
Link copied to clipboard
open override val mapDescriptors: <Error class: unknown class>

Whether the results should map to named instead of intermediary/hashed.

Link copied to clipboard
val namespace: Namespace
Link copied to clipboard
Link copied to clipboard
val query: <Error class: unknown class>
Link copied to clipboard
val version: MappingsContainer?

Functions

Link copied to clipboard
open fun <R : Any> arg(displayName: Key, description: Key, converter: CoalescingConverter<R>): CoalescingConverter<R>
open fun <R : Any> arg(displayName: Key, description: Key, converter: DefaultingCoalescingConverter<R>): DefaultingCoalescingConverter<R>
open fun <R : Any> arg(displayName: Key, description: Key, converter: DefaultingConverter<R>): DefaultingConverter<R>
open fun <R : Any> arg(displayName: Key, description: Key, converter: ListConverter<R>): ListConverter<R>
open fun <R : Any> arg(displayName: Key, description: Key, converter: OptionalCoalescingConverter<R>): OptionalCoalescingConverter<R>
open fun <R : Any> arg(displayName: Key, description: Key, converter: OptionalConverter<R>): OptionalConverter<R>
open fun <R : Any> arg(displayName: Key, description: Key, converter: SingleConverter<R>): SingleConverter<R>
Link copied to clipboard
open fun validate(locale: Locale)