java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.shared.v21.spawn.SpawnHelper1_21
All Implemented Interfaces:
mods.thecomputerizer.theimpossiblelibrary.api.spawn.SpawnHelperAPI<net.minecraft.world.entity.LivingEntity>

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    mods.thecomputerizer.theimpossiblelibrary.api.spawn.SpawnEntryAPI<net.minecraft.world.entity.LivingEntity>
    getEntry(Class<? extends net.minecraft.world.entity.LivingEntity> 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_21

      public SpawnHelper1_21()
  • Method Details

    • getEntry

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