Class RegistryHandlerForge1_18_2

java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.shared.v18.m2.registry.RegistryHandler1_18_2
mods.thecomputerizer.theimpossiblelibrary.forge.v18.m2.registry.RegistryHandlerForge1_18_2
All Implemented Interfaces:
mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryHandlerAPI

public class RegistryHandlerForge1_18_2 extends mods.thecomputerizer.theimpossiblelibrary.shared.v18.m2.registry.RegistryHandler1_18_2
  • Field Summary

    Fields inherited from class mods.thecomputerizer.theimpossiblelibrary.shared.v18.m2.registry.RegistryHandler1_18_2

    biome, block, blockEntity, effect, entity, item, potion, sound, structure
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    collectRegistries(Set<? super mods.thecomputerizer.theimpossiblelibrary.shared.v18.m2.registry.Registry1_18_2<?>> registries)
     

    Methods inherited from class mods.thecomputerizer.theimpossiblelibrary.shared.v18.m2.registry.RegistryHandler1_18_2

    getBiomeRegistry, getBlockEntityRegistry, getBlockRegistry, getEffectRegistry, getEntityRegistry, getEntryIfPresent, getItemRegistry, getPotionRegistry, getRegistry, getRegistry, getSoundRegistry, getStructureRegistry, makeBlockBuilder, makeBlockEntityBuilder, makeCreativeTabBuilder, makeDiscBuilder, makeEntityBuilder, makeItemBlockBuilder, makeItemBuilder, makeSoundBuilder, makeToolBuilder

    Methods inherited from class java.lang.Object

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

    • RegistryHandlerForge1_18_2

      public RegistryHandlerForge1_18_2()
  • Method Details

    • collectRegistries

      protected void collectRegistries(Set<? super mods.thecomputerizer.theimpossiblelibrary.shared.v18.m2.registry.Registry1_18_2<?>> registries)
      Specified by:
      collectRegistries in class mods.thecomputerizer.theimpossiblelibrary.shared.v18.m2.registry.RegistryHandler1_18_2