Class InteractiveTagManager

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

public class InteractiveTagManager extends Object
  • Constructor Details

    • InteractiveTagManager

      public InteractiveTagManager()
  • Method Details

    • updateTag

      public static void updateTag(GeyserSession session, Entity interactEntity)
      Update the suggestion that the client currently has on their screen for this entity (for example, "Feed" or "Ride")
      Parameters:
      session - the Bedrock client session
      interactEntity - the entity that the client is currently facing.