Uses of Enum Class
org.geysermc.geyser.util.InteractiveTag
Packages that use InteractiveTag
Package
Description
-
Uses of InteractiveTag in org.geysermc.geyser.entity.type
Methods in org.geysermc.geyser.entity.type that return InteractiveTagModifier and TypeMethodDescriptionprotected InteractiveTagBoatEntity.testInteraction(com.github.steveice10.mc.protocol.data.game.entity.player.Hand hand)protected InteractiveTagCommandBlockMinecartEntity.testInteraction(com.github.steveice10.mc.protocol.data.game.entity.player.Hand hand)protected InteractiveTagEntity.testInteraction(com.github.steveice10.mc.protocol.data.game.entity.player.Hand hand)Test interacting with the given hand to see if we should send a tag to the Bedrock client.protected InteractiveTagMinecartEntity.testInteraction(com.github.steveice10.mc.protocol.data.game.entity.player.Hand hand) -
Uses of InteractiveTag in org.geysermc.geyser.entity.type.living
Methods in org.geysermc.geyser.entity.type.living that return InteractiveTagModifier and TypeMethodDescriptionprotected InteractiveTagMobEntity.testInteraction(com.github.steveice10.mc.protocol.data.game.entity.player.Hand hand)protected InteractiveTagDolphinEntity.testMobInteraction(GeyserItemStack itemInHand)protected InteractiveTagMobEntity.testMobInteraction(GeyserItemStack itemInHand)protected InteractiveTagSnowGolemEntity.testMobInteraction(GeyserItemStack itemInHand) -
Uses of InteractiveTag in org.geysermc.geyser.entity.type.living.animal
Methods in org.geysermc.geyser.entity.type.living.animal that return InteractiveTagModifier and TypeMethodDescriptionprotected InteractiveTagAnimalEntity.testMobInteraction(GeyserItemStack itemInHand)protected InteractiveTagCowEntity.testMobInteraction(GeyserItemStack itemInHand)protected InteractiveTagMooshroomEntity.testMobInteraction(GeyserItemStack itemInHand)protected InteractiveTagOcelotEntity.testMobInteraction(GeyserItemStack itemInHand)protected InteractiveTagPandaEntity.testMobInteraction(GeyserItemStack itemInHand)protected InteractiveTagPigEntity.testMobInteraction(GeyserItemStack itemInHand)protected InteractiveTagSheepEntity.testMobInteraction(GeyserItemStack itemInHand)protected InteractiveTagStriderEntity.testMobInteraction(GeyserItemStack itemInHand) -
Uses of InteractiveTag in org.geysermc.geyser.entity.type.living.animal.horse
Methods in org.geysermc.geyser.entity.type.living.animal.horse that return InteractiveTagModifier and TypeMethodDescriptionprotected InteractiveTagAbstractHorseEntity.testHorseInteraction(GeyserItemStack itemInHand)protected InteractiveTagAbstractHorseEntity.testMobInteraction(GeyserItemStack itemInHand)protected InteractiveTagSkeletonHorseEntity.testMobInteraction(GeyserItemStack itemInHand)protected InteractiveTagZombieHorseEntity.testMobInteraction(GeyserItemStack itemInHand)protected InteractiveTagAbstractHorseEntity.testUndeadHorseInteraction(GeyserItemStack itemInHand) -
Uses of InteractiveTag in org.geysermc.geyser.entity.type.living.animal.tameable
Methods in org.geysermc.geyser.entity.type.living.animal.tameable that return InteractiveTagModifier and TypeMethodDescriptionprotected InteractiveTagCatEntity.testMobInteraction(GeyserItemStack itemInHand)protected InteractiveTagParrotEntity.testMobInteraction(GeyserItemStack itemInHand)protected InteractiveTagWolfEntity.testMobInteraction(GeyserItemStack itemInHand) -
Uses of InteractiveTag in org.geysermc.geyser.entity.type.living.merchant
Methods in org.geysermc.geyser.entity.type.living.merchant that return InteractiveTagModifier and TypeMethodDescriptionprotected InteractiveTagAbstractMerchantEntity.testMobInteraction(GeyserItemStack itemInHand) -
Uses of InteractiveTag in org.geysermc.geyser.entity.type.living.monster
Methods in org.geysermc.geyser.entity.type.living.monster that return InteractiveTagModifier and TypeMethodDescriptionprotected InteractiveTagCreeperEntity.testMobInteraction(GeyserItemStack itemInHand)protected InteractiveTagPiglinEntity.testMobInteraction(GeyserItemStack itemInHand)protected InteractiveTagZombieVillagerEntity.testMobInteraction(GeyserItemStack itemInHand) -
Uses of InteractiveTag in org.geysermc.geyser.util
Methods in org.geysermc.geyser.util that return InteractiveTagModifier and TypeMethodDescriptionstatic InteractiveTagReturns the enum constant of this class with the specified name.static InteractiveTag[]InteractiveTag.values()Returns an array containing the constants of this enum class, in the order they are declared.