get

operator fun get(id: String): T?
operator fun get(id: ResourceLocation): T?
operator fun get(id: ResourcePath): T?