Class ExperienceOrbMeta

java.lang.Object
net.minestom.server.entity.metadata.EntityMeta
net.minestom.server.entity.metadata.other.ExperienceOrbMeta

public class ExperienceOrbMeta extends EntityMeta
  • Field Details Link icon

  • Constructor Details Link icon

    • ExperienceOrbMeta Link icon

      public ExperienceOrbMeta(@NotNull @NotNull Entity entity, @NotNull @NotNull Metadata metadata)
  • Method Details Link icon

    • getCount Link icon

      public int getCount()
    • setCount Link icon

      public void setCount(int count)
      Sets count of orbs. This is possible only before spawn packet is sent.
      Parameters:
      count - count of orbs.