Cuberite
A lightweight, fast and extensible game server for Minecraft
Public Attributes | List of all members
cEntity::sWorldChangeInfo Struct Reference

State variables for MoveToWorld. More...

#include <Entity.h>

Collaboration diagram for cEntity::sWorldChangeInfo:
Collaboration graph
[legend]

Public Attributes

Vector3d m_NewPosition
 
cWorldm_NewWorld
 
bool m_SetPortalCooldown
 

Detailed Description

State variables for MoveToWorld.

Definition at line 79 of file Entity.h.

Member Data Documentation

◆ m_NewPosition

Vector3d cEntity::sWorldChangeInfo::m_NewPosition

Definition at line 82 of file Entity.h.

◆ m_NewWorld

cWorld* cEntity::sWorldChangeInfo::m_NewWorld

Definition at line 81 of file Entity.h.

◆ m_SetPortalCooldown

bool cEntity::sWorldChangeInfo::m_SetPortalCooldown

Definition at line 83 of file Entity.h.


The documentation for this struct was generated from the following file: