Package org.geysermc.geyser.entity
Class InteractiveTagManager
java.lang.Object
org.geysermc.geyser.entity.InteractiveTagManager
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
All interactive tags in enum form. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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")
-
Constructor Details
-
InteractiveTagManager
public InteractiveTagManager()
-
-
Method Details
-
updateTag
Update the suggestion that the client currently has on their screen for this entity (for example, "Feed" or "Ride")- Parameters:
session
- the Bedrock client sessioninteractEntity
- the entity that the client is currently facing.
-