Class ExpandBabyEntitySpawnEvent
java.lang.Object
com.blamejared.crafttweaker.natives.event.entity.living.ExpandBabyEntitySpawnEvent
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.world.entity.player.PlayergetCausedByPlayer(net.minecraftforge.event.entity.living.BabyEntitySpawnEvent internal) static net.minecraft.world.entity.AgeableMobgetChild(net.minecraftforge.event.entity.living.BabyEntitySpawnEvent internal) static net.minecraft.world.entity.MobgetParentA(net.minecraftforge.event.entity.living.BabyEntitySpawnEvent internal) static net.minecraft.world.entity.MobgetParentB(net.minecraftforge.event.entity.living.BabyEntitySpawnEvent internal) static voidsetChild(net.minecraftforge.event.entity.living.BabyEntitySpawnEvent internal, net.minecraft.world.entity.AgeableMob proposedChild)
-
Field Details
-
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)
-