Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
import java.util.regex.Matcher;
import java.util.regex.Pattern;

import net.minecraft.util.ResourceLocation;
import net.minecraft.client.resources.IResourcePack;
import net.minecraft.util.ResourceLocation;

import org.jetbrains.annotations.Nullable;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ public class ParsedGuidePage {
/**
* The exact resource pack selected while loading this page, when it originated from a resource pack.
*
* <p>The textual source identifier remains useful for compiler identity, but it only contains a namespace and
* cannot identify which of several packs supplied the page.</p>
* <p>
* The textual source identifier remains useful for compiler identity, but it only contains a namespace and
* cannot identify which of several packs supplied the page.
* </p>
*/
@Getter
private final @Nullable IResourcePack sourceResourcePack;
Expand Down