Interface MinecraftExtension.Attributes
- Enclosing interface:
MinecraftExtension
public static sealed interface MinecraftExtension.Attributes
This interface contains the attributes used by the Minecraft extension for resolving the
Minecraft and deobfuscated dependencies.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe requested mappings channel of the project.The requested mappings version of the project.static final Attribute<OperatingSystemFamily> The operating system family of the project's host.
-
Field Details
-
os
The operating system family of the project's host.
This is used to filter natives from the Minecraft repo.
-
mappingsChannel
The requested mappings channel of the project.
This is determined using
MinecraftMappings.channel()viaMinecraftMappingsContainer.getMappings()- See Also:
-
mappingsVersion
The requested mappings version of the project.
This is determined using
MinecraftMappings.version()viaMinecraftMappingsContainer.getMappings()- See Also:
-