Package org.geysermc.geyser.entity
Class InteractiveTagManager
java.lang.Object
org.geysermc.geyser.entity.InteractiveTagManager
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAll interactive tags in enum form. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidupdateTag(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.
-