java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.api.spawn.SpawnEntryAPI<net.minecraft.world.entity.LivingEntity>
mods.thecomputerizer.theimpossiblelibrary.shared.v21.spawn.SpawnEntry1_21
All Implemented Interfaces:
mods.thecomputerizer.theimpossiblelibrary.api.util.RandomHelper.WeightedEntry

public class SpawnEntry1_21 extends mods.thecomputerizer.theimpossiblelibrary.api.spawn.SpawnEntryAPI<net.minecraft.world.entity.LivingEntity>
  • Field Summary

    Fields inherited from class mods.thecomputerizer.theimpossiblelibrary.api.spawn.SpawnEntryAPI

    entityClass, maxGroupCount, minGroupCount, weight
  • Constructor Summary

    Constructors
    Constructor
    Description
    SpawnEntry1_21(Class<? extends net.minecraft.world.entity.LivingEntity> clazz, int weight, int maxGroup, int minGroup)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.entity.LivingEntity
    newInstance(mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<?> worldAPI)
     

    Methods inherited from class mods.thecomputerizer.theimpossiblelibrary.api.spawn.SpawnEntryAPI

    getEntityClass, getMaxGroupCount, getMinGroupCount, getWeight, setEntityClass, setMaxGroupCount, setMinGroupCount, setWeight, toString

    Methods inherited from class java.lang.Object

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

    • SpawnEntry1_21

      public SpawnEntry1_21(Class<? extends net.minecraft.world.entity.LivingEntity> clazz, int weight, int maxGroup, int minGroup)
  • Method Details

    • newInstance

      public net.minecraft.world.entity.LivingEntity newInstance(mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<?> worldAPI)
      Specified by:
      newInstance in class mods.thecomputerizer.theimpossiblelibrary.api.spawn.SpawnEntryAPI<net.minecraft.world.entity.LivingEntity>