Class MetaTagComponent
java.lang.Object
zombie.entity.Component
zombie.entity.meta.MetaTagComponent
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
protected void
load
(ByteBuffer byteBuffer, int int0) protected void
loadSyncData
(ByteBuffer byteBuffer) protected boolean
onReceivePacket
(ByteBuffer var1, EntityPacketType var2, UdpConnection var3) protected void
reset()
protected void
save
(ByteBuffer byteBuffer) protected void
saveSyncData
(ByteBuffer byteBuffer) void
setStoredID
(long long0) Methods inherited from class zombie.entity.Component
DoTooltip, DoTooltip, getComponent, getComponentType, getGameEntity, getOwner, getRenderLastPriority, getUsingPlayer, isAddedToEngine, isQualifiesForMetaStorage, isRenderLast, isRunningInMeta, isUsingPlayer, isValid, isValidOwnerType, onAddedToOwner, onComponentEvent, onConnectComponents, onEntityEvent, onFirstCreation, onRemovedFromOwner, readFromScript, renderlast, sendClientPacket, sendComponentEvent, sendComponentEvent, sendServerPacket, sendServerPacketTo, setOwner, toString
-
Method Details
-
setStoredID
public void setStoredID(long long0) -
getStoredID
public long getStoredID() -
reset
-
onReceivePacket
protected boolean onReceivePacket(ByteBuffer var1, EntityPacketType var2, UdpConnection var3) throws IOException - Specified by:
onReceivePacket
in classComponent
- Throws:
IOException
-
saveSyncData
- Specified by:
saveSyncData
in classComponent
- Throws:
IOException
-
loadSyncData
- Specified by:
loadSyncData
in classComponent
- Throws:
IOException
-
save
- Overrides:
save
in classComponent
- Throws:
IOException
-
load
- Overrides:
load
in classComponent
- Throws:
IOException
-