Class SpawnHelper1_12_2

java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.legacy.v12.m2.spawn.SpawnHelper1_12_2
All Implemented Interfaces:
mods.thecomputerizer.theimpossiblelibrary.api.spawn.SpawnHelperAPI<net.minecraft.entity.EntityLiving>

public class SpawnHelper1_12_2 extends Object implements mods.thecomputerizer.theimpossiblelibrary.api.spawn.SpawnHelperAPI<net.minecraft.entity.EntityLiving>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    mods.thecomputerizer.theimpossiblelibrary.api.spawn.SpawnEntryAPI<net.minecraft.entity.EntityLiving>
    getEntry(Class<? extends net.minecraft.entity.EntityLiving> clazz, int weight, int maxGroup, int minGroup)
     

    Methods inherited from class java.lang.Object

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

    • SpawnHelper1_12_2

      public SpawnHelper1_12_2()
  • Method Details

    • getEntry

      public mods.thecomputerizer.theimpossiblelibrary.api.spawn.SpawnEntryAPI<net.minecraft.entity.EntityLiving> getEntry(Class<? extends net.minecraft.entity.EntityLiving> clazz, int weight, int maxGroup, int minGroup)
      Specified by:
      getEntry in interface mods.thecomputerizer.theimpossiblelibrary.api.spawn.SpawnHelperAPI<net.minecraft.entity.EntityLiving>