Class GameEntityManager
java.lang.Object
zombie.entity.GameEntityManager
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcheckEntityIDChange(GameEntity entity, long oldID, long newID) static ByteBufferensureCapacity(ByteBuffer bb, int requiredSize) static GameEntityGetEntity(long gameEntityNetID) static ArrayList<GameEntity> static voidInit(int WorldVersion) static booleanstatic voidstatic voidreloadDebugEntity(GameEntity gameEntity) static voidreloadEntityFromScriptDebug(GameEntity gameEntity) static voidstatic voidReset()static voidSave()static voidsaveToBufferMap(SaveBufferMap bufferMap) static voidUpdate()
-
Field Details
-
debugMode
public static boolean debugMode -
bbBlockSize
public static final int bbBlockSize- See Also:
-
-
Method Details
-
Init
public static void Init(int WorldVersion) -
Update
public static void Update() -
isEngineProcessing
public static boolean isEngineProcessing() -
RenderLast
public static void RenderLast() -
Reset
public static void Reset() -
GetEntity
-
checkEntityIDChange
-
ensureCapacity
-
Save
public static void Save() -
saveToBufferMap
-
getIsoEntitiesDebug
-
reloadDebug
-
reloadDebugEntity
- Throws:
Exception
-
reloadEntityFromScriptDebug
- Throws:
Exception
-