com.parzivail.util.registry.NumberedItems 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.registry;
import com.parzivail.util.generics.Numbered;
import java.util.function.Function;
import net.minecraft.class_1792;
public class NumberedItems extends Numbered
{
public NumberedItems(int count, Function itemFunction)
{
super(count, itemFunction);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy