Interface ShulkerBullet

    • Method Detail

      • getTarget

        @Nullable
        @Nullable Entity getTarget()
        Retrieve the target of this bullet.
        Returns:
        the targeted entity
      • setTarget

        void setTarget​(@Nullable
                       @Nullable Entity target)
        Sets the target of this bullet
        Parameters:
        target - the entity to target