abstract class Buzzle::Obj
- Buzzle::Obj
- Reference
- Object
Direct Known Subclasses
Defined in:
buzzle/obj.crConstructors
Instance Method Summary
- #collidable?
- #collision?(x, y, width, height)
- #collision?(objs : Array(Obj))
- #collision?(obj : Obj)
- #collisions(objs : Array(Obj))
- #direction : Direction
- #directional_collision?(objs : Array(Obj), direction : Direction)
- #directional_collision?(obj : Obj, direction : Direction)
- #draw(_screen_x, _screen_y)
- #draw_sort(obj : Obj)
- #face(entity)
- #facing?(entity : Entity, opposite = false)
- #height : Int32
- #hidden? : Bool
- #hide
- #horz_between?(entity)
- #horz_distance_longer?(entity)
- #layer
- #remove
- #removed? : Bool
- #show
- #to_s(io)
- #update(frame_time, _entities)
- #update(_frame_time)
- #vert_between?(entity)
- #vert_distance_longer?(entity)
- #width : Int32
- #x : Int32
- #x_draw
- #y : Int32
- #y_draw
- #z : Int32