personthecat.catlib.registry.CommonRegistries Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of catlib-quilt Show documentation
Show all versions of catlib-quilt Show documentation
Utilities for serialization, commands, noise generation, IO, and some new data types.
The newest version!
package personthecat.catlib.registry;
import net.minecraft.class_1299;
import net.minecraft.class_1792;
import net.minecraft.class_2248;
import net.minecraft.class_2378;
import net.minecraft.class_3611;
@SuppressWarnings("unused")
public class CommonRegistries {
public static final RegistryHandle BLOCKS = RegistryUtils.getHandle(class_2378.field_25105);
public static final RegistryHandle FLUIDS = RegistryUtils.getHandle(class_2378.field_25103);
public static final RegistryHandle ITEMS = RegistryUtils.getHandle(class_2378.field_25108);
public static final RegistryHandle> ENTITIES = RegistryUtils.getHandle(class_2378.field_25107);
}