com.parzivail.util.data.FallbackIdentifier Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pswg Show documentation
Show all versions of pswg Show documentation
Explore the galaxy with Galaxies: Parzi's Star Wars Mod!
package com.parzivail.util.data;
import net.minecraft.class_2960;
public class FallbackIdentifier extends class_2960
{
private final class_2960 source;
public FallbackIdentifier(String namespace, String path, class_2960 source)
{
super(namespace, path);
this.source = source;
}
public class_2960 getSource()
{
return source;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy