Class PetrolparkRegistries

java.lang.Object
com.petrolpark.PetrolparkRegistries

public class PetrolparkRegistries extends Object
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static <OBJECT> net.minecraft.core.Registry<OBJECT>
    getDataRegistry(net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<OBJECT>> key)
     
    static <OBJECT> net.minecraftforge.registries.ForgeRegistry<OBJECT>
    getRegistry(net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<OBJECT>> key)
     
    static final void
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PetrolparkRegistries

      public PetrolparkRegistries()
  • Method Details

    • getRegistry

      public static <OBJECT> net.minecraftforge.registries.ForgeRegistry<OBJECT> getRegistry(net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<OBJECT>> key)
    • getDataRegistry

      public static <OBJECT> net.minecraft.core.Registry<OBJECT> getDataRegistry(net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<OBJECT>> key)
    • register

      public static final void register()