18 const glm::dvec3 & old_pos,
Type
Definition: Block.hpp:33
Definition: AbstractEvent.hpp:11
Definition: Events.hpp:12
PlayerMoving(const uint64_t player_id, const glm::dvec3 &old_pos, const glm::dvec3 &displacement, const BlockInfo::Type &block)
Definition: Events.hpp:16
BlockInfo::Type ground_block
Definition: Events.hpp:36
static Type getStaticType()
Definition: Events.hpp:31
glm::dvec3 old_position
Definition: Events.hpp:34
Type getType() const noexcept override
Definition: Events.hpp:30
glm::dvec3 displacement
Definition: Events.hpp:35
uint64_t player_id
Definition: Events.hpp:33
Definition: AbstractEvent.cpp:4
std::type_index Type
Definition: AbstractEvent.hpp:8