Uses of Enum Class
org.geysermc.geyser.util.InteractionResult
Packages that use InteractionResult
Package
Description
-
Uses of InteractionResult in org.geysermc.geyser.entity.type
Methods in org.geysermc.geyser.entity.type that return InteractionResultModifier and TypeMethodDescriptionprotected InteractionResultLivingEntity.checkInteractWithNameTag(GeyserItemStack itemStack)Checks to see if a nametag interaction would go through.BoatEntity.interact(com.github.steveice10.mc.protocol.data.game.entity.player.Hand hand)CommandBlockMinecartEntity.interact(com.github.steveice10.mc.protocol.data.game.entity.player.Hand hand)Entity.interact(com.github.steveice10.mc.protocol.data.game.entity.player.Hand hand)Simulates interacting with an entity.FurnaceMinecartEntity.interact(com.github.steveice10.mc.protocol.data.game.entity.player.Hand hand)ItemFrameEntity.interact(com.github.steveice10.mc.protocol.data.game.entity.player.Hand hand)LeashKnotEntity.interact(com.github.steveice10.mc.protocol.data.game.entity.player.Hand hand)LivingEntity.interact(com.github.steveice10.mc.protocol.data.game.entity.player.Hand hand)MinecartEntity.interact(com.github.steveice10.mc.protocol.data.game.entity.player.Hand hand)Entity.interactAt(com.github.steveice10.mc.protocol.data.game.entity.player.Hand hand)Simulates interacting with this entity at a specific click point. -
Uses of InteractionResult in org.geysermc.geyser.entity.type.living
Methods in org.geysermc.geyser.entity.type.living that return InteractionResultModifier and TypeMethodDescriptionMobEntity.interact(com.github.steveice10.mc.protocol.data.game.entity.player.Hand hand)ArmorStandEntity.interactAt(com.github.steveice10.mc.protocol.data.game.entity.player.Hand hand)protected InteractionResultAbstractFishEntity.mobInteract(GeyserItemStack itemInHand)protected InteractionResultDolphinEntity.mobInteract(GeyserItemStack itemInHand)protected InteractionResultIronGolemEntity.mobInteract(GeyserItemStack itemInHand)protected InteractionResultMobEntity.mobInteract(GeyserItemStack itemInHand)protected InteractionResultSnowGolemEntity.mobInteract(GeyserItemStack itemInHand) -
Uses of InteractionResult in org.geysermc.geyser.entity.type.living.animal
Methods in org.geysermc.geyser.entity.type.living.animal that return InteractionResultModifier and TypeMethodDescriptionprotected InteractionResultAnimalEntity.mobInteract(GeyserItemStack itemInHand)protected InteractionResultAxolotlEntity.mobInteract(GeyserItemStack itemInHand)protected InteractionResultCowEntity.mobInteract(GeyserItemStack itemInHand)protected InteractionResultGoatEntity.mobInteract(GeyserItemStack itemInHand)protected InteractionResultMooshroomEntity.mobInteract(GeyserItemStack itemInHand)protected InteractionResultOcelotEntity.mobInteract(GeyserItemStack itemInHand)protected InteractionResultPandaEntity.mobInteract(GeyserItemStack itemInHand)protected InteractionResultPigEntity.mobInteract(GeyserItemStack itemInHand)protected InteractionResultSheepEntity.mobInteract(GeyserItemStack itemInHand)protected InteractionResultStriderEntity.mobInteract(GeyserItemStack itemInHand) -
Uses of InteractionResult in org.geysermc.geyser.entity.type.living.animal.horse
Methods in org.geysermc.geyser.entity.type.living.animal.horse that return InteractionResultModifier and TypeMethodDescriptionprotected InteractionResultAbstractHorseEntity.mobInteract(GeyserItemStack itemInHand)protected InteractionResultSkeletonHorseEntity.mobInteract(GeyserItemStack itemInHand)protected InteractionResultZombieHorseEntity.mobInteract(GeyserItemStack itemInHand)protected InteractionResultAbstractHorseEntity.undeadHorseInteract(GeyserItemStack itemInHand) -
Uses of InteractionResult in org.geysermc.geyser.entity.type.living.animal.tameable
Methods in org.geysermc.geyser.entity.type.living.animal.tameable that return InteractionResultModifier and TypeMethodDescriptionprotected InteractionResultCatEntity.mobInteract(GeyserItemStack itemInHand)protected InteractionResultParrotEntity.mobInteract(GeyserItemStack itemInHand)protected InteractionResultWolfEntity.mobInteract(GeyserItemStack itemInHand) -
Uses of InteractionResult in org.geysermc.geyser.entity.type.living.merchant
Methods in org.geysermc.geyser.entity.type.living.merchant that return InteractionResultModifier and TypeMethodDescriptionprotected InteractionResultAbstractMerchantEntity.mobInteract(GeyserItemStack itemInHand) -
Uses of InteractionResult in org.geysermc.geyser.entity.type.living.monster
Methods in org.geysermc.geyser.entity.type.living.monster that return InteractionResultModifier and TypeMethodDescriptionprotected InteractionResultCreeperEntity.mobInteract(GeyserItemStack itemInHand)protected InteractionResultPiglinEntity.mobInteract(GeyserItemStack itemInHand)protected InteractionResultZombieVillagerEntity.mobInteract(GeyserItemStack itemInHand) -
Uses of InteractionResult in org.geysermc.geyser.util
Methods in org.geysermc.geyser.util that return InteractionResultModifier and TypeMethodDescriptionstatic InteractionResultEntityUtils.attemptToSaddle(GeyserSession session, Entity entityToSaddle, GeyserItemStack itemInHand)Attempt to determine the result of saddling the given entity.static InteractionResultReturns the enum constant of this class with the specified name.static InteractionResult[]InteractionResult.values()Returns an array containing the constants of this enum class, in the order they are declared.