Class ExpandBabyEntitySpawnEvent

java.lang.Object
com.blamejared.crafttweaker.natives.event.entity.living.ExpandBabyEntitySpawnEvent

@ZenRegister public class ExpandBabyEntitySpawnEvent extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final IEventBus<net.minecraftforge.event.entity.living.BabyEntitySpawnEvent>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.world.entity.player.Player
    getCausedByPlayer(net.minecraftforge.event.entity.living.BabyEntitySpawnEvent internal)
     
    static net.minecraft.world.entity.AgeableMob
    getChild(net.minecraftforge.event.entity.living.BabyEntitySpawnEvent internal)
     
    static net.minecraft.world.entity.Mob
    getParentA(net.minecraftforge.event.entity.living.BabyEntitySpawnEvent internal)
     
    static net.minecraft.world.entity.Mob
    getParentB(net.minecraftforge.event.entity.living.BabyEntitySpawnEvent internal)
     
    static void
    setChild(net.minecraftforge.event.entity.living.BabyEntitySpawnEvent internal, net.minecraft.world.entity.AgeableMob proposedChild)
     

    Methods inherited from class java.lang.Object

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

    • BUS

      public static final IEventBus<net.minecraftforge.event.entity.living.BabyEntitySpawnEvent> BUS
  • Constructor Details

    • ExpandBabyEntitySpawnEvent

      public ExpandBabyEntitySpawnEvent()
  • Method Details

    • getParentA

      public static net.minecraft.world.entity.Mob getParentA(net.minecraftforge.event.entity.living.BabyEntitySpawnEvent internal)
    • getParentB

      public static net.minecraft.world.entity.Mob getParentB(net.minecraftforge.event.entity.living.BabyEntitySpawnEvent internal)
    • getCausedByPlayer

      public static net.minecraft.world.entity.player.Player getCausedByPlayer(net.minecraftforge.event.entity.living.BabyEntitySpawnEvent internal)
    • getChild

      public static net.minecraft.world.entity.AgeableMob getChild(net.minecraftforge.event.entity.living.BabyEntitySpawnEvent internal)
    • setChild

      public static void setChild(net.minecraftforge.event.entity.living.BabyEntitySpawnEvent internal, net.minecraft.world.entity.AgeableMob proposedChild)