Class NeoForgeHandlesCommon

java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.neoforge.common.NeoForgeHandlesCommon
All Implemented Interfaces:
mods.thecomputerizer.theimpossiblelibrary.api.common.SharedHandlesCommon

public class NeoForgeHandlesCommon extends Object implements mods.thecomputerizer.theimpossiblelibrary.api.common.SharedHandlesCommon
NeoForge placeholder implementation. None of these methods are needed in 1.20.4+
  • Constructor Details

    • NeoForgeHandlesCommon

      public NeoForgeHandlesCommon()
  • Method Details

    • biomeTagNames

      public Set<String> biomeTagNames(mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<?> world, Object biome)
      Specified by:
      biomeTagNames in interface mods.thecomputerizer.theimpossiblelibrary.api.common.SharedHandlesCommon
    • builtInRegistryAccess

      public Object builtInRegistryAccess()
      Specified by:
      builtInRegistryAccess in interface mods.thecomputerizer.theimpossiblelibrary.api.common.SharedHandlesCommon
    • canBiomeRain

      public boolean canBiomeRain(Object biome, mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<?> world, mods.thecomputerizer.theimpossiblelibrary.api.world.BlockPosAPI<?> pos)
      Specified by:
      canBiomeRain in interface mods.thecomputerizer.theimpossiblelibrary.api.common.SharedHandlesCommon
    • canBiomeSnow

      public boolean canBiomeSnow(Object biome, mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<?> world, mods.thecomputerizer.theimpossiblelibrary.api.world.BlockPosAPI<?> pos)
      Specified by:
      canBiomeSnow in interface mods.thecomputerizer.theimpossiblelibrary.api.common.SharedHandlesCommon