Interface Animable.Query<Q extends Animable.Query<Q>>

All Known Implementing Classes:
NpcQuery, PathingEntityQuery, PlayerQuery
Enclosing interface:
Animable

public static interface Animable.Query<Q extends Animable.Query<Q>>
  • Method Summary

    Modifier and Type
    Method
    Description
     
    animations(int... animations)
     
     
  • Method Details

    • animations

      Q animations(int... animations)
    • animating

      Q animating()
    • inanimate

      Q inanimate()