Interface ShulkerBullet

    • Method Detail

      • getTarget

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

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