Class GeyserDirtyMetadata

java.lang.Object
org.geysermc.geyser.entity.GeyserDirtyMetadata

public final class GeyserDirtyMetadata extends Object
A write-only wrapper for temporarily storing entity metadata that will be sent to Bedrock.
  • 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()
    • toString

      public String toString()
      Overrides:
      toString in class Object