Package org.quiltmc.qkl.wrapper.qsl.tag

Functions

Link copied to clipboard
operator fun <T> TagRegistry.TagValues<T>.get(index: Int): Holder<T>

Get a particular tag value for a given tag.

Link copied to clipboard
fun <T> getTag(key: TagKey<T>): Collection<Holder<T>>

Get all instances of objects registered with the given tag.

Link copied to clipboard
fun <T> Registry<T>.getTags(type: TagType = TagType.NORMAL): List<TagRegistry.TagValues<T>>

Get all tags for a given registry.