Class TippedArrowEntity

All Implemented Interfaces:
org.geysermc.geyser.api.entity.type.GeyserEntity

public class TippedArrowEntity extends AbstractArrowEntity
Internally this is known as TippedArrowEntity but is used with tipped arrows and normal arrows
  • Constructor Details

    • TippedArrowEntity

      public TippedArrowEntity(GeyserSession session, int entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, org.cloudburstmc.math.vector.Vector3f position, org.cloudburstmc.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)
  • Method Details

    • setPotionEffectColor

      public void setPotionEffectColor(com.github.steveice10.mc.protocol.data.game.entity.metadata.type.IntEntityMetadata entityMetadata)