EntityPlacementData

public class EntityPlacementData implements MemInstrument

Class EntityPlacementData. Provides entityplacementdata functionality for the Hytale server.

java.lang.Object > EntityPlacementData

Field Summary

size_bytes

final long size_bytes

Field size_bytes.

Method Detail

EntityPlacementData

public public EntityPlacementData (final Vector3i offset, final PrefabRotation rotation, final Holder entityHolder, final int objectId)

Method EntityPlacementData.

Parameters:
final Vector3i offset
final PrefabRotation rotation
final Holder entityHolder
final int objectId

getOffset

public Vector3i getOffset ()

Method getOffset.

getRotation

public PrefabRotation getRotation ()

Method getRotation.

getEntityHolder

public Holder getEntityHolder ()

Method getEntityHolder.

getObjectId

public int getObjectId ()

Method getObjectId.

getMemoryUsage

public Report getMemoryUsage ()

Method getMemoryUsage.