Uses of Class
net.minecraftforge.event.entity.living.EntityTeleportEvent
Package
Description
-
Uses of EntityTeleportEvent in net.minecraftforge.debug.entity
Modifier and TypeMethodDescriptionvoid
EntityTeleportEventTest.entityTeleport
(EntityTeleportEvent event) -
Uses of EntityTeleportEvent in net.minecraftforge.event
Modifier and TypeMethodDescriptionprivate static float
ForgeEventFactory.onOldEnderTeleport
(LivingEntity entity, float attackDamage, EntityTeleportEvent event) -
Uses of EntityTeleportEvent in net.minecraftforge.event.entity.living
Modifier and TypeClassDescriptionstatic class
EntityTeleportEvent.ChorusFruit is fired before a LivingEntity is teleported due to consuming Chorus Fruit.static class
EntityTeleportEvent.EnderEntity is fired before an Enderman or Shulker randomly teleports.static class
EntityTeleportEvent.EnderPearl is fired before an Entity is teleported from an EnderPearlEntity.static class
EntityTeleportEvent.SpreadPlayersCommand is fired before a living entity is teleported from use ofSpreadPlayersCommand
.static class
EntityTeleportEvent.TeleportCommand is fired before a living entity is teleported from use ofTeleportCommand
.