Class EnderPearlEntity

All Implemented Interfaces:
DataTracked, FlyingItemEntity, Ownable, ScoreHolder, Nameable, EntityLike

public class EnderPearlEntity extends ThrownItemEntity
Mappings:
Namespace Name
named net/minecraft/entity/projectile/thrown/EnderPearlEntity
intermediary net/minecraft/class_1684
official cqz
  • Field Details

    • chunkTicketExpiryTicks

      private long chunkTicketExpiryTicks
      Mappings:
      Namespace Name Mixin selector
      named chunkTicketExpiryTicks Lnet/minecraft/entity/projectile/thrown/EnderPearlEntity;chunkTicketExpiryTicks:J
      intermediary field_54228 Lnet/minecraft/class_1684;field_54228:J
      official a Lcqz;a:J
  • Constructor Details

    • EnderPearlEntity

      public EnderPearlEntity(EntityType<? extends EnderPearlEntity> type, World world)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/entity/Entity;<init>(Lnet/minecraft/entity/EntityType;Lnet/minecraft/world/World;)V
      intermediary <init> Lnet/minecraft/class_1297;<init>(Lnet/minecraft/class_1299;Lnet/minecraft/class_1937;)V
      official <init> Lbvj;<init>(Lbvq;Ldhh;)V
    • EnderPearlEntity

      public EnderPearlEntity(World world, LivingEntity owner, ItemStack stack)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/entity/projectile/thrown/EnderPearlEntity;<init>(Lnet/minecraft/world/World;Lnet/minecraft/entity/LivingEntity;Lnet/minecraft/item/ItemStack;)V
      intermediary <init> Lnet/minecraft/class_1684;<init>(Lnet/minecraft/class_1937;Lnet/minecraft/class_1309;Lnet/minecraft/class_1799;)V
      official <init> Lcqz;<init>(Ldhh;Lbwf;Lcxo;)V
  • Method Details

    • getDefaultItem

      protected Item getDefaultItem()
      Specified by:
      getDefaultItem in class ThrownItemEntity
      Mappings:
      Namespace Name Mixin selector
      named getDefaultItem Lnet/minecraft/entity/projectile/thrown/ThrownItemEntity;getDefaultItem()Lnet/minecraft/item/Item;
      intermediary method_16942 Lnet/minecraft/class_3857;method_16942()Lnet/minecraft/class_1792;
      official m Lcqw;m()Lcxk;
    • setOwner

      protected void setOwner(UUID uuid)
      Overrides:
      setOwner in class ProjectileEntity
      Mappings:
      Namespace Name Mixin selector
      named setOwner Lnet/minecraft/entity/projectile/ProjectileEntity;setOwner(Ljava/util/UUID;)V
      intermediary method_64180 Lnet/minecraft/class_1676;method_64180(Ljava/util/UUID;)V
      official c Lcqp;c(Ljava/util/UUID;)V
    • setOwner

      public void setOwner(@Nullable @Nullable Entity entity)
      Overrides:
      setOwner in class ProjectileEntity
      Mappings:
      Namespace Name Mixin selector
      named setOwner Lnet/minecraft/entity/projectile/ProjectileEntity;setOwner(Lnet/minecraft/entity/Entity;)V
      intermediary method_7432 Lnet/minecraft/class_1676;method_7432(Lnet/minecraft/class_1297;)V
      official c Lcqp;c(Lbvj;)V
    • removeFromOwner

      private void removeFromOwner()
      Mappings:
      Namespace Name Mixin selector
      named removeFromOwner Lnet/minecraft/entity/projectile/thrown/EnderPearlEntity;removeFromOwner()V
      intermediary method_64181 Lnet/minecraft/class_1684;method_64181()V
      official s Lcqz;s()V
    • addToOwner

      private void addToOwner()
      Mappings:
      Namespace Name Mixin selector
      named addToOwner Lnet/minecraft/entity/projectile/thrown/EnderPearlEntity;addToOwner()V
      intermediary method_64182 Lnet/minecraft/class_1684;method_64182()V
      official t Lcqz;t()V
    • getEntity

      @Nullable protected @Nullable Entity getEntity(UUID uuid)
      Overrides:
      getEntity in class ProjectileEntity
      Mappings:
      Namespace Name Mixin selector
      named getEntity Lnet/minecraft/entity/projectile/ProjectileEntity;getEntity(Ljava/util/UUID;)Lnet/minecraft/entity/Entity;
      intermediary method_61555 Lnet/minecraft/class_1676;method_61555(Ljava/util/UUID;)Lnet/minecraft/class_1297;
      official b Lcqp;b(Ljava/util/UUID;)Lbvj;
    • onEntityHit

      protected void onEntityHit(EntityHitResult entityHitResult)
      Overrides:
      onEntityHit in class ProjectileEntity
      Mappings:
      Namespace Name Mixin selector
      named onEntityHit Lnet/minecraft/entity/projectile/ProjectileEntity;onEntityHit(Lnet/minecraft/util/hit/EntityHitResult;)V
      intermediary method_7454 Lnet/minecraft/class_1676;method_7454(Lnet/minecraft/class_3966;)V
      official a Lcqp;a(Lfbu;)V
    • onCollision

      protected void onCollision(HitResult hitResult)
      Overrides:
      onCollision in class ProjectileEntity
      Mappings:
      Namespace Name Mixin selector
      named onCollision Lnet/minecraft/entity/projectile/ProjectileEntity;onCollision(Lnet/minecraft/util/hit/HitResult;)V
      intermediary method_7488 Lnet/minecraft/class_1676;method_7488(Lnet/minecraft/class_239;)V
      official a Lcqp;a(Lfbv;)V
    • canTeleportEntityTo

      private static boolean canTeleportEntityTo(Entity entity, World world)
      Mappings:
      Namespace Name Mixin selector
      named canTeleportEntityTo Lnet/minecraft/entity/projectile/thrown/EnderPearlEntity;canTeleportEntityTo(Lnet/minecraft/entity/Entity;Lnet/minecraft/world/World;)Z
      intermediary method_60985 Lnet/minecraft/class_1684;method_60985(Lnet/minecraft/class_1297;Lnet/minecraft/class_1937;)Z
      official a Lcqz;a(Lbvj;Ldhh;)Z
    • tick

      public void tick()
      Ticks this entity.
      Overrides:
      tick in class ThrownEntity
      See Also:
      API Note:
      This can be overridden to add additional logics. super.tick(); should be called in those cases.
      Implementation Note:
      By default, this delegates all logics to Entity.baseTick().
      Mappings:
      Namespace Name Mixin selector
      named tick Lnet/minecraft/entity/Entity;tick()V
      intermediary method_5773 Lnet/minecraft/class_1297;method_5773()V
      official h Lbvj;h()V
    • playTeleportSound

      private void playTeleportSound(World world, Vec3d pos)
      Mappings:
      Namespace Name Mixin selector
      named playTeleportSound Lnet/minecraft/entity/projectile/thrown/EnderPearlEntity;playTeleportSound(Lnet/minecraft/world/World;Lnet/minecraft/util/math/Vec3d;)V
      intermediary method_60729 Lnet/minecraft/class_1684;method_60729(Lnet/minecraft/class_1937;Lnet/minecraft/class_243;)V
      official a Lcqz;a(Ldhh;Lfbx;)V
    • teleportTo

      @Nullable public @Nullable Entity teleportTo(TeleportTarget teleportTarget)
      Teleports this entity to another location, potentially in another world.

      Note if teleported to a different world, entities (excluding server player entities) are completely recreated at the destination.

      Overrides:
      teleportTo in class Entity
      Returns:
      the entity after teleporting
      Mappings:
      Namespace Name Mixin selector
      named teleportTo Lnet/minecraft/entity/Entity;teleportTo(Lnet/minecraft/world/TeleportTarget;)Lnet/minecraft/entity/Entity;
      intermediary method_5731 Lnet/minecraft/class_1297;method_5731(Lnet/minecraft/class_5454;)Lnet/minecraft/class_1297;
      official b Lbvj;b(Leuw;)Lbvj;
    • canTeleportBetween

      public boolean canTeleportBetween(World from, World to)
      Overrides:
      canTeleportBetween in class Entity
      Mappings:
      Namespace Name Mixin selector
      named canTeleportBetween Lnet/minecraft/entity/Entity;canTeleportBetween(Lnet/minecraft/world/World;Lnet/minecraft/world/World;)Z
      intermediary method_61113 Lnet/minecraft/class_1297;method_61113(Lnet/minecraft/class_1937;Lnet/minecraft/class_1937;)Z
      official a Lbvj;a(Ldhh;Ldhh;)Z
    • onBlockCollision

      protected void onBlockCollision(BlockState state)
      Called when this entity's collision box intersects state.
      Overrides:
      onBlockCollision in class Entity
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named onBlockCollision Lnet/minecraft/entity/Entity;onBlockCollision(Lnet/minecraft/block/BlockState;)V
      intermediary method_5622 Lnet/minecraft/class_1297;method_5622(Lnet/minecraft/class_2680;)V
      official a Lbvj;a(Ldxu;)V
    • onRemove

      public void onRemove(Entity.RemovalReason reason)
      Called when the entity is about to be removed.
      Overrides:
      onRemove in class Entity
      Mappings:
      Namespace Name Mixin selector
      named onRemove Lnet/minecraft/entity/Entity;onRemove(Lnet/minecraft/entity/Entity$RemovalReason;)V
      intermediary method_64615 Lnet/minecraft/class_1297;method_64615(Lnet/minecraft/class_1297$class_5529;)V
      official b Lbvj;b(Lbvj$d;)V