[][src]Struct sulis_state::area_feedback_text::AreaFeedbackText

pub struct AreaFeedbackText { /* fields omitted */ }

Implementations

impl AreaFeedbackText[src]

pub fn with_damage(
    target: &EntityState,
    area: &AreaState,
    hit_kind: HitKind,
    hit_flags: HitFlags,
    damage: &[(DamageKind, u32)]
) -> AreaFeedbackText
[src]

pub fn with_target(target: &EntityState, area: &AreaState) -> AreaFeedbackText[src]

pub fn new(
    area_pos: Point,
    pos_x: f32,
    pos_y: f32,
    move_rate: f32
) -> AreaFeedbackText
[src]

pub fn is_empty(&self) -> bool[src]

pub fn add_icon_entry(&mut self, icon: IconKind, color_kind: ColorKind)[src]

pub fn add_entry(&mut self, text: String, color_kind: ColorKind)[src]

pub fn area_pos(&self) -> Point[src]

pub fn cur_hover_y(&self) -> f32[src]

pub fn update(&mut self)[src]

pub fn retain(&self) -> bool[src]

pub fn draw(
    &mut self,
    renderer: &mut dyn GraphicsRenderer,
    params: &Params,
    offset: Offset,
    scale: Scale,
    millis: u32
)
[src]

Auto Trait Implementations

impl RefUnwindSafe for AreaFeedbackText

impl Send for AreaFeedbackText

impl Sync for AreaFeedbackText

impl Unpin for AreaFeedbackText

impl UnwindSafe for AreaFeedbackText

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]