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