public final class GeyserDirtyMetadata
extends Object
A write-only wrapper for temporarily storing entity metadata that will be sent to Bedrock.
-
Constructor Summary
Constructors
-
Method Summary
void
apply(com.nukkitx.protocol.bedrock.data.entity.EntityDataMap map)
Applies the contents of the dirty metadata into the input and clears the contents of our map.
boolean
void
put(com.nukkitx.protocol.bedrock.data.entity.EntityData entityData,
Object value)
-
Constructor Details
-
GeyserDirtyMetadata
public GeyserDirtyMetadata()
-
Method Details
-
put
public void put
(com.nukkitx.protocol.bedrock.data.entity.EntityData entityData,
Object value)
-
apply
public void apply(com.nukkitx.protocol.bedrock.data.entity.EntityDataMap map)
Applies the contents of the dirty metadata into the input and clears the contents of our map.
-
hasEntries
public boolean hasEntries()
-