Uses of Class
org.geysermc.geyser.session.GeyserSession
Packages that use GeyserSession
Package
Description
Contains useful collections for use in Geyser.
-
Uses of GeyserSession in org.geysermc.connector.network.session
Constructors in org.geysermc.connector.network.session with parameters of type GeyserSession -
Uses of GeyserSession in org.geysermc.geyser
Methods in org.geysermc.geyser that return GeyserSessionModifier and TypeMethodDescription@Nullable GeyserSessionGeyserImpl.connectionByName(@NonNull String name)@Nullable GeyserSessionGeyserImpl.connectionByUuid(@NonNull UUID uuid)@Nullable GeyserSessionGeyserImpl.connectionByXuid(@NonNull String xuid)Methods in org.geysermc.geyser that return types with arguments of type GeyserSession -
Uses of GeyserSession in org.geysermc.geyser.command
Methods in org.geysermc.geyser.command that return GeyserSessionMethods in org.geysermc.geyser.command with parameters of type GeyserSessionModifier and TypeMethodDescriptionabstract voidGeyserCommand.execute(GeyserSession session, CommandSender sender, String[] args) -
Uses of GeyserSession in org.geysermc.geyser.command.defaults
Methods in org.geysermc.geyser.command.defaults with parameters of type GeyserSessionModifier and TypeMethodDescriptionvoidAdvancedTooltipsCommand.execute(GeyserSession session, CommandSender sender, String[] args)voidAdvancementsCommand.execute(GeyserSession session, CommandSender sender, String[] args)voidDumpCommand.execute(GeyserSession session, CommandSender sender, String[] args)voidHelpCommand.execute(GeyserSession session, CommandSender sender, String[] args)Sends the help menu to a command sender.voidListCommand.execute(GeyserSession session, CommandSender sender, String[] args)voidOffhandCommand.execute(GeyserSession session, CommandSender sender, String[] args)voidReloadCommand.execute(GeyserSession session, CommandSender sender, String[] args)voidSettingsCommand.execute(GeyserSession session, CommandSender sender, String[] args)voidStatisticsCommand.execute(GeyserSession session, CommandSender sender, String[] args)voidStopCommand.execute(GeyserSession session, CommandSender sender, String[] args)voidVersionCommand.execute(GeyserSession session, CommandSender sender, String[] args) -
Uses of GeyserSession in org.geysermc.geyser.entity
Methods in org.geysermc.geyser.entity with parameters of type GeyserSessionModifier and TypeMethodDescriptionstatic voidInteractiveTagManager.updateTag(GeyserSession session, Entity interactEntity)Update the suggestion that the client currently has on their screen for this entity (for example, "Feed" or "Ride") -
Uses of GeyserSession in org.geysermc.geyser.entity.factory
Methods in org.geysermc.geyser.entity.factory with parameters of type GeyserSessionModifier and TypeMethodDescriptionBaseEntityFactory.create(GeyserSession session, long javaId, long bedrockId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)ExperienceOrbEntityFactory.create(GeyserSession session, int amount, long entityId, long geyserId, com.nukkitx.math.vector.Vector3f position)PaintingEntityFactory.create(GeyserSession session, long entityId, long geyserId, UUID uuid, com.nukkitx.math.vector.Vector3f position, PaintingType paintingName, int direction) -
Uses of GeyserSession in org.geysermc.geyser.entity.type
Fields in org.geysermc.geyser.entity.type declared as GeyserSessionMethods in org.geysermc.geyser.entity.type that return GeyserSessionMethods in org.geysermc.geyser.entity.type with parameters of type GeyserSessionModifier and TypeMethodDescriptionstatic ItemFrameEntityItemFrameEntity.getItemFrameEntity(GeyserSession session, com.nukkitx.math.vector.Vector3i position)Finds the Java entity ID of an item frame from its Bedrock position.voidLivingEntity.updateArmor(GeyserSession session)voidLivingEntity.updateBedrockAttributes(GeyserSession session, List<com.github.steveice10.mc.protocol.data.game.entity.attribute.Attribute> attributes)Attributes are properties of an entity that are generally more runtime-based instead of permanent properties.voidLivingEntity.updateMainHand(GeyserSession session)voidLivingEntity.updateOffHand(GeyserSession session)Constructors in org.geysermc.geyser.entity.type with parameters of type GeyserSessionModifierConstructorDescriptionAbstractArrowEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)AreaEffectCloudEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)BoatEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)CommandBlockMinecartEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)DefaultBlockMinecartEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)EnderCrystalEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)Entity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)ExpOrbEntity(GeyserSession session, int amount, long entityId, long geyserId, com.nukkitx.math.vector.Vector3f position)FallingBlockEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, int javaId)FireballEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)FireworkEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)FishingHookEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, PlayerEntity owner)FurnaceMinecartEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)ItemEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)ItemFrameEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, com.github.steveice10.mc.protocol.data.game.entity.object.Direction direction)LeashKnotEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)LightningEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)LivingEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)MinecartEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)PaintingEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, com.nukkitx.math.vector.Vector3f position, PaintingType paintingName, int direction)SpawnerMinecartEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)ThrowableEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)ThrowableItemEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)ThrownPotionEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)TippedArrowEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)TNTEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)TridentEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)WitherSkullEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw) -
Uses of GeyserSession in org.geysermc.geyser.entity.type.living
Constructors in org.geysermc.geyser.entity.type.living with parameters of type GeyserSessionModifierConstructorDescriptionAbstractFishEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)AgeableEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)AmbientEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)ArmorStandEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)BatEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)CreatureEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)FlyingEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)GlowSquidEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)GolemEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)IronGolemEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)MagmaCubeEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)MobEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)SlimeEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)SnowGolemEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)SquidEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)WaterEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw) -
Uses of GeyserSession in org.geysermc.geyser.entity.type.living.animal
Constructors in org.geysermc.geyser.entity.type.living.animal with parameters of type GeyserSessionModifierConstructorDescriptionAnimalEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)AxolotlEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)BeeEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)ChickenEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)FoxEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)GoatEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)HoglinEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)MooshroomEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)OcelotEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)PandaEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)PigEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)PolarBearEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)PufferFishEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)RabbitEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)SheepEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)StriderEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)TropicalFishEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)TurtleEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw) -
Uses of GeyserSession in org.geysermc.geyser.entity.type.living.animal.horse
Constructors in org.geysermc.geyser.entity.type.living.animal.horse with parameters of type GeyserSessionModifierConstructorDescriptionAbstractHorseEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)ChestedHorseEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)HorseEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)LlamaEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)TraderLlamaEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw) -
Uses of GeyserSession in org.geysermc.geyser.entity.type.living.animal.tameable
Constructors in org.geysermc.geyser.entity.type.living.animal.tameable with parameters of type GeyserSessionModifierConstructorDescriptionCatEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)ParrotEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)TameableEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)WolfEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw) -
Uses of GeyserSession in org.geysermc.geyser.entity.type.living.merchant
Constructors in org.geysermc.geyser.entity.type.living.merchant with parameters of type GeyserSessionModifierConstructorDescriptionAbstractMerchantEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)VillagerEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw) -
Uses of GeyserSession in org.geysermc.geyser.entity.type.living.monster
Methods in org.geysermc.geyser.entity.type.living.monster with parameters of type GeyserSessionConstructors in org.geysermc.geyser.entity.type.living.monster with parameters of type GeyserSessionModifierConstructorDescriptionAbstractSkeletonEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)BasePiglinEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)BlazeEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)CreeperEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)ElderGuardianEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)EnderDragonEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)EnderDragonPartEntity(GeyserSession session, long entityId, long geyserId, float width, float height)EndermanEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)GhastEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)GiantEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)GuardianEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)MonsterEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)PhantomEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)PiglinEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)ShulkerEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)SkeletonEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)SpiderEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)VexEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)WitherEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)ZoglinEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)ZombieEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)ZombieVillagerEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)ZombifiedPiglinEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw) -
Uses of GeyserSession in org.geysermc.geyser.entity.type.living.monster.raid
Methods in org.geysermc.geyser.entity.type.living.monster.raid with parameters of type GeyserSessionModifier and TypeMethodDescriptionvoidPillagerEntity.updateMainHand(GeyserSession session)voidPillagerEntity.updateOffHand(GeyserSession session)Constructors in org.geysermc.geyser.entity.type.living.monster.raid with parameters of type GeyserSessionModifierConstructorDescriptionAbstractIllagerEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)PillagerEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)RaidParticipantEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)SpellcasterIllagerEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)VindicatorEntity(GeyserSession session, long entityId, long geyserId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw) -
Uses of GeyserSession in org.geysermc.geyser.entity.type.player
Constructors in org.geysermc.geyser.entity.type.player with parameters of type GeyserSessionModifierConstructorDescriptionPlayerEntity(GeyserSession session, long entityId, long geyserId, com.github.steveice10.mc.auth.data.GameProfile gameProfile, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)SessionPlayerEntity(GeyserSession session)SkullPlayerEntity(GeyserSession session, long geyserId, com.github.steveice10.mc.auth.data.GameProfile gameProfile, com.nukkitx.math.vector.Vector3f position, float rotation, int blockState) -
Uses of GeyserSession in org.geysermc.geyser.event
Methods in org.geysermc.geyser.event that return GeyserSessionModifier and TypeMethodDescriptionEventSession.getSession()Return theGeyserSessionfor this Event -
Uses of GeyserSession in org.geysermc.geyser.event.events.geyser
Methods in org.geysermc.geyser.event.events.geyser that return GeyserSessionConstructors in org.geysermc.geyser.event.events.geyser with parameters of type GeyserSession -
Uses of GeyserSession in org.geysermc.geyser.event.events.network
Methods in org.geysermc.geyser.event.events.network that return GeyserSessionModifier and TypeMethodDescription@NonNull GeyserSessionSessionConnectEvent.getSession()@NonNull GeyserSessionSessionDisconnectEvent.getSession()Constructors in org.geysermc.geyser.event.events.network with parameters of type GeyserSessionModifierConstructorDescriptionSessionConnectEvent(@NonNull GeyserSession session, @NonNull String message)SessionDisconnectEvent(@NonNull GeyserSession session, @NonNull com.nukkitx.network.util.DisconnectReason disconnectReason) -
Uses of GeyserSession in org.geysermc.geyser.event.events.packet
Methods in org.geysermc.geyser.event.events.packet that return GeyserSessionModifier and TypeMethodDescription@NonNull GeyserSessionDownstreamPacketReceiveEvent.getSession()@NonNull GeyserSessionDownstreamPacketSendEvent.getSession()@NonNull GeyserSessionUpstreamPacketReceiveEvent.getSession()@NonNull GeyserSessionUpstreamPacketSendEvent.getSession()Methods in org.geysermc.geyser.event.events.packet with parameters of type GeyserSessionModifier and TypeMethodDescriptionstatic <T extends com.github.steveice10.packetlib.packet.Packet>
DownstreamPacketReceiveEvent<T>DownstreamPacketReceiveEvent.of(GeyserSession session, T packet)Create a new DownstreamPacketReceiveEvent based on the packet typestatic <T extends com.github.steveice10.packetlib.packet.Packet>
DownstreamPacketSendEvent<T>DownstreamPacketSendEvent.of(GeyserSession session, T packet)Create a new DownstreamPacketSendEvent based on the packet typestatic <T extends com.nukkitx.protocol.bedrock.BedrockPacket, P extends UpstreamPacketReceiveEvent<T>>
PUpstreamPacketReceiveEvent.of(GeyserSession session, T packet)Create a new UpstreamPacketReceiveEvent based on the packet typestatic <T extends com.nukkitx.protocol.bedrock.BedrockPacket>
UpstreamPacketSendEvent<T>UpstreamPacketSendEvent.of(GeyserSession session, T packet)Create a new UpstreamPacketSendEvent based on the packet typeConstructors in org.geysermc.geyser.event.events.packet with parameters of type GeyserSessionModifierConstructorDescriptionDownstreamPacketReceiveEvent(@NonNull GeyserSession session, T packet)DownstreamPacketSendEvent(@NonNull GeyserSession session, T packet)UpstreamPacketReceiveEvent(@NonNull GeyserSession session, T packet)UpstreamPacketSendEvent(@NonNull GeyserSession session, T packet) -
Uses of GeyserSession in org.geysermc.geyser.event.events.packet.downstream
Constructors in org.geysermc.geyser.event.events.packet.downstream with parameters of type GeyserSessionModifierConstructorDescriptionClientboundChatPacket(@NonNull GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.ClientboundChatPacket packet)ClientboundPongResponsePacket(@NonNull GeyserSession session, com.github.steveice10.mc.protocol.packet.status.clientbound.ClientboundPongResponsePacket packet)ClientboundStatusResponsePacket(@NonNull GeyserSession session, com.github.steveice10.mc.protocol.packet.status.clientbound.ClientboundStatusResponsePacket packet)ServerboundBlockEntityTagQuery(@NonNull GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.serverbound.level.ServerboundBlockEntityTagQuery packet)ServerboundChatPacket(@NonNull GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.serverbound.ServerboundChatPacket packet)ServerboundContainerButtonClickPacket(@NonNull GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.serverbound.inventory.ServerboundContainerButtonClickPacket packet)ServerboundContainerClosePacket(@NonNull GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.serverbound.inventory.ServerboundContainerClosePacket packet)ServerboundCustomPayloadPacket(@NonNull GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.serverbound.ServerboundCustomPayloadPacket packet)ServerboundPingRequestPacket(@NonNull GeyserSession session, com.github.steveice10.mc.protocol.packet.status.serverbound.ServerboundPingRequestPacket packet)ServerboundSeenAdvancementsPacket(@NonNull GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.serverbound.inventory.ServerboundSeenAdvancementsPacket packet)ServerboundSetCreativeModeSlotPacket(@NonNull GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.serverbound.inventory.ServerboundSetCreativeModeSlotPacket packet)ServerboundStatusRequestPacket(@NonNull GeyserSession session, com.github.steveice10.mc.protocol.packet.status.serverbound.ServerboundStatusRequestPacket packet) -
Uses of GeyserSession in org.geysermc.geyser.event.events.packet.upstream
Constructors in org.geysermc.geyser.event.events.packet.upstream with parameters of type GeyserSessionModifierConstructorDescriptionAddBehaviorTreePacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.AddBehaviorTreePacket packet)AddBehaviorTreePacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.AddBehaviorTreePacket packet)AddEntityPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.AddEntityPacket packet)AddEntityPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.AddEntityPacket packet)AddHangingEntityPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.AddHangingEntityPacket packet)AddHangingEntityPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.AddHangingEntityPacket packet)AddItemEntityPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.AddItemEntityPacket packet)AddItemEntityPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.AddItemEntityPacket packet)AddPaintingPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.AddPaintingPacket packet)AddPaintingPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.AddPaintingPacket packet)AddPlayerPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.AddPlayerPacket packet)AddPlayerPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.AddPlayerPacket packet)AdventureSettingsPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.AdventureSettingsPacket packet)AdventureSettingsPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.AdventureSettingsPacket packet)AnimatePacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.AnimatePacket packet)AnimatePacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.AnimatePacket packet)AnvilDamagePacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.AnvilDamagePacket packet)AnvilDamagePacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.AnvilDamagePacket packet)AutomationClientConnectPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.AutomationClientConnectPacket packet)AutomationClientConnectPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.AutomationClientConnectPacket packet)AvailableCommandsPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.AvailableCommandsPacket packet)AvailableCommandsPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.AvailableCommandsPacket packet)AvailableEntityIdentifiersPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.AvailableEntityIdentifiersPacket packet)AvailableEntityIdentifiersPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.AvailableEntityIdentifiersPacket packet)BiomeDefinitionListPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.BiomeDefinitionListPacket packet)BiomeDefinitionListPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.BiomeDefinitionListPacket packet)BlockEntityDataPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.BlockEntityDataPacket packet)BlockEntityDataPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.BlockEntityDataPacket packet)BlockEventPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.BlockEventPacket packet)BlockEventPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.BlockEventPacket packet)BlockPickRequestPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.BlockPickRequestPacket packet)BlockPickRequestPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.BlockPickRequestPacket packet)BookEditPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.BookEditPacket packet)BookEditPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.BookEditPacket packet)BossEventPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.BossEventPacket packet)BossEventPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.BossEventPacket packet)CameraPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.CameraPacket packet)CameraPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.CameraPacket packet)ChangeDimensionPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.ChangeDimensionPacket packet)ChangeDimensionPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.ChangeDimensionPacket packet)ChunkRadiusUpdatedPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.ChunkRadiusUpdatedPacket packet)ChunkRadiusUpdatedPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.ChunkRadiusUpdatedPacket packet)ClientboundMapItemDataPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.ClientboundMapItemDataPacket packet)ClientboundMapItemDataPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.ClientboundMapItemDataPacket packet)ClientCacheBlobStatusPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.ClientCacheBlobStatusPacket packet)ClientCacheBlobStatusPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.ClientCacheBlobStatusPacket packet)ClientCacheMissResponsePacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.ClientCacheMissResponsePacket packet)ClientCacheMissResponsePacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.ClientCacheMissResponsePacket packet)ClientCacheStatusPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.ClientCacheStatusPacket packet)ClientCacheStatusPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.ClientCacheStatusPacket packet)ClientToServerHandshakePacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.ClientToServerHandshakePacket packet)ClientToServerHandshakePacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.ClientToServerHandshakePacket packet)CodeBuilderPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.CodeBuilderPacket packet)CodeBuilderPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.CodeBuilderPacket packet)CommandBlockUpdatePacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.CommandBlockUpdatePacket packet)CommandBlockUpdatePacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.CommandBlockUpdatePacket packet)CommandOutputPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.CommandOutputPacket packet)CommandOutputPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.CommandOutputPacket packet)CommandRequestPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.CommandRequestPacket packet)CommandRequestPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.CommandRequestPacket packet)CompletedUsingItemPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.CompletedUsingItemPacket packet)CompletedUsingItemPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.CompletedUsingItemPacket packet)ContainerClosePacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.ContainerClosePacket packet)ContainerClosePacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.ContainerClosePacket packet)ContainerOpenPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.ContainerOpenPacket packet)ContainerOpenPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.ContainerOpenPacket packet)ContainerSetDataPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.ContainerSetDataPacket packet)ContainerSetDataPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.ContainerSetDataPacket packet)CraftingDataPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.CraftingDataPacket packet)CraftingDataPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.CraftingDataPacket packet)CraftingEventPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.CraftingEventPacket packet)CraftingEventPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.CraftingEventPacket packet)CreativeContentPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.CreativeContentPacket packet)CreativeContentPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.CreativeContentPacket packet)DebugInfoPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.DebugInfoPacket packet)DebugInfoPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.DebugInfoPacket packet)DisconnectPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.DisconnectPacket packet)DisconnectPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.DisconnectPacket packet)EducationSettingsPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.EducationSettingsPacket packet)EducationSettingsPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.EducationSettingsPacket packet)EmoteListPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.EmoteListPacket packet)EmoteListPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.EmoteListPacket packet)EmotePacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.EmotePacket packet)EmotePacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.EmotePacket packet)EntityEventPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.EntityEventPacket packet)EntityEventPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.EntityEventPacket packet)EntityFallPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.EntityFallPacket packet)EntityFallPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.EntityFallPacket packet)EntityPickRequestPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.EntityPickRequestPacket packet)EntityPickRequestPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.EntityPickRequestPacket packet)EventPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.EventPacket packet)EventPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.EventPacket packet)ExplodePacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.ExplodePacket packet)ExplodePacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.ExplodePacket packet)GameRulesChangedPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.GameRulesChangedPacket packet)GameRulesChangedPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.GameRulesChangedPacket packet)GuiDataPickItemPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.GuiDataPickItemPacket packet)GuiDataPickItemPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.GuiDataPickItemPacket packet)HurtArmorPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.HurtArmorPacket packet)HurtArmorPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.HurtArmorPacket packet)InteractPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.InteractPacket packet)InteractPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.InteractPacket packet)InventoryContentPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.InventoryContentPacket packet)InventoryContentPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.InventoryContentPacket packet)InventorySlotPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.InventorySlotPacket packet)InventorySlotPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.InventorySlotPacket packet)InventoryTransactionPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.InventoryTransactionPacket packet)InventoryTransactionPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.InventoryTransactionPacket packet)ItemFrameDropItemPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.ItemFrameDropItemPacket packet)ItemFrameDropItemPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.ItemFrameDropItemPacket packet)ItemStackRequestPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.ItemStackRequestPacket packet)ItemStackRequestPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.ItemStackRequestPacket packet)ItemStackResponsePacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.ItemStackResponsePacket packet)ItemStackResponsePacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.ItemStackResponsePacket packet)LabTablePacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.LabTablePacket packet)LabTablePacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.LabTablePacket packet)LecternUpdatePacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.LecternUpdatePacket packet)LecternUpdatePacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.LecternUpdatePacket packet)LevelChunkPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.LevelChunkPacket packet)LevelChunkPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.LevelChunkPacket packet)LevelEventGenericPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.LevelEventGenericPacket packet)LevelEventGenericPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.LevelEventGenericPacket packet)LevelEventPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.LevelEventPacket packet)LevelEventPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.LevelEventPacket packet)LevelSoundEvent1PacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.LevelSoundEvent1Packet packet)LevelSoundEvent1PacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.LevelSoundEvent1Packet packet)LevelSoundEvent2PacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.LevelSoundEvent2Packet packet)LevelSoundEvent2PacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.LevelSoundEvent2Packet packet)LevelSoundEventPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.LevelSoundEventPacket packet)LevelSoundEventPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.LevelSoundEventPacket packet)LoginPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.LoginPacket packet)LoginPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.LoginPacket packet)MapCreateLockedCopyPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.MapCreateLockedCopyPacket packet)MapCreateLockedCopyPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.MapCreateLockedCopyPacket packet)MapInfoRequestPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.MapInfoRequestPacket packet)MapInfoRequestPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.MapInfoRequestPacket packet)MobArmorEquipmentPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.MobArmorEquipmentPacket packet)MobArmorEquipmentPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.MobArmorEquipmentPacket packet)MobEffectPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.MobEffectPacket packet)MobEffectPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.MobEffectPacket packet)MobEquipmentPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.MobEquipmentPacket packet)MobEquipmentPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.MobEquipmentPacket packet)ModalFormRequestPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.ModalFormRequestPacket packet)ModalFormRequestPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.ModalFormRequestPacket packet)ModalFormResponsePacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.ModalFormResponsePacket packet)ModalFormResponsePacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.ModalFormResponsePacket packet)MoveEntityAbsolutePacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.MoveEntityAbsolutePacket packet)MoveEntityAbsolutePacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.MoveEntityAbsolutePacket packet)MoveEntityDeltaPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.MoveEntityDeltaPacket packet)MoveEntityDeltaPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.MoveEntityDeltaPacket packet)MovePlayerPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.MovePlayerPacket packet)MovePlayerPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.MovePlayerPacket packet)MultiplayerSettingsPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.MultiplayerSettingsPacket packet)MultiplayerSettingsPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.MultiplayerSettingsPacket packet)NetworkChunkPublisherUpdatePacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.NetworkChunkPublisherUpdatePacket packet)NetworkChunkPublisherUpdatePacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.NetworkChunkPublisherUpdatePacket packet)NetworkSettingsPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.NetworkSettingsPacket packet)NetworkSettingsPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.NetworkSettingsPacket packet)NetworkStackLatencyPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.NetworkStackLatencyPacket packet)NetworkStackLatencyPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.NetworkStackLatencyPacket packet)NpcRequestPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.NpcRequestPacket packet)NpcRequestPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.NpcRequestPacket packet)OnScreenTextureAnimationPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.OnScreenTextureAnimationPacket packet)OnScreenTextureAnimationPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.OnScreenTextureAnimationPacket packet)PacketViolationWarningPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.PacketViolationWarningPacket packet)PacketViolationWarningPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.PacketViolationWarningPacket packet)PhotoTransferPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.PhotoTransferPacket packet)PhotoTransferPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.PhotoTransferPacket packet)PlayerActionPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.PlayerActionPacket packet)PlayerActionPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.PlayerActionPacket packet)PlayerArmorDamagePacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.PlayerArmorDamagePacket packet)PlayerArmorDamagePacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.PlayerArmorDamagePacket packet)PlayerAuthInputPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.PlayerAuthInputPacket packet)PlayerAuthInputPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.PlayerAuthInputPacket packet)PlayerEnchantOptionsPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.PlayerEnchantOptionsPacket packet)PlayerEnchantOptionsPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.PlayerEnchantOptionsPacket packet)PlayerHotbarPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.PlayerHotbarPacket packet)PlayerHotbarPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.PlayerHotbarPacket packet)PlayerInputPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.PlayerInputPacket packet)PlayerInputPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.PlayerInputPacket packet)PlayerListPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.PlayerListPacket packet)PlayerListPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.PlayerListPacket packet)PlayerSkinPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.PlayerSkinPacket packet)PlayerSkinPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.PlayerSkinPacket packet)PlaySoundPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.PlaySoundPacket packet)PlaySoundPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.PlaySoundPacket packet)PlayStatusPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.PlayStatusPacket packet)PlayStatusPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.PlayStatusPacket packet)PositionTrackingDBClientRequestPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.PositionTrackingDBClientRequestPacket packet)PositionTrackingDBClientRequestPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.PositionTrackingDBClientRequestPacket packet)PositionTrackingDBServerBroadcastPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.PositionTrackingDBServerBroadcastPacket packet)PositionTrackingDBServerBroadcastPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.PositionTrackingDBServerBroadcastPacket packet)PurchaseReceiptPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.PurchaseReceiptPacket packet)PurchaseReceiptPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.PurchaseReceiptPacket packet)RemoveEntityPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.RemoveEntityPacket packet)RemoveEntityPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.RemoveEntityPacket packet)RemoveObjectivePacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.RemoveObjectivePacket packet)RemoveObjectivePacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.RemoveObjectivePacket packet)RequestChunkRadiusPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.RequestChunkRadiusPacket packet)RequestChunkRadiusPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.RequestChunkRadiusPacket packet)ResourcePackChunkDataPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.ResourcePackChunkDataPacket packet)ResourcePackChunkDataPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.ResourcePackChunkDataPacket packet)ResourcePackChunkRequestPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.ResourcePackChunkRequestPacket packet)ResourcePackChunkRequestPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.ResourcePackChunkRequestPacket packet)ResourcePackClientResponsePacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.ResourcePackClientResponsePacket packet)ResourcePackClientResponsePacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.ResourcePackClientResponsePacket packet)ResourcePackDataInfoPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.ResourcePackDataInfoPacket packet)ResourcePackDataInfoPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.ResourcePackDataInfoPacket packet)ResourcePacksInfoPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.ResourcePacksInfoPacket packet)ResourcePacksInfoPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.ResourcePacksInfoPacket packet)ResourcePackStackPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.ResourcePackStackPacket packet)ResourcePackStackPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.ResourcePackStackPacket packet)RespawnPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.RespawnPacket packet)RespawnPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.RespawnPacket packet)RiderJumpPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.RiderJumpPacket packet)RiderJumpPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.RiderJumpPacket packet)ScriptCustomEventPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.ScriptCustomEventPacket packet)ScriptCustomEventPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.ScriptCustomEventPacket packet)ServerSettingsRequestPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.ServerSettingsRequestPacket packet)ServerSettingsRequestPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.ServerSettingsRequestPacket packet)ServerSettingsResponsePacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.ServerSettingsResponsePacket packet)ServerSettingsResponsePacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.ServerSettingsResponsePacket packet)ServerToClientHandshakePacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.ServerToClientHandshakePacket packet)ServerToClientHandshakePacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.ServerToClientHandshakePacket packet)SetCommandsEnabledPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.SetCommandsEnabledPacket packet)SetCommandsEnabledPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.SetCommandsEnabledPacket packet)SetDefaultGameTypePacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.SetDefaultGameTypePacket packet)SetDefaultGameTypePacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.SetDefaultGameTypePacket packet)SetDifficultyPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.SetDifficultyPacket packet)SetDifficultyPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.SetDifficultyPacket packet)SetDisplayObjectivePacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.SetDisplayObjectivePacket packet)SetDisplayObjectivePacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.SetDisplayObjectivePacket packet)SetEntityDataPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.SetEntityDataPacket packet)SetEntityDataPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.SetEntityDataPacket packet)SetEntityLinkPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.SetEntityLinkPacket packet)SetEntityLinkPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.SetEntityLinkPacket packet)SetEntityMotionPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.SetEntityMotionPacket packet)SetEntityMotionPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.SetEntityMotionPacket packet)SetHealthPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.SetHealthPacket packet)SetHealthPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.SetHealthPacket packet)SetLastHurtByPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.SetLastHurtByPacket packet)SetLastHurtByPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.SetLastHurtByPacket packet)SetLocalPlayerAsInitializedPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.SetLocalPlayerAsInitializedPacket packet)SetLocalPlayerAsInitializedPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.SetLocalPlayerAsInitializedPacket packet)SetPlayerGameTypePacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.SetPlayerGameTypePacket packet)SetPlayerGameTypePacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.SetPlayerGameTypePacket packet)SetScoreboardIdentityPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.SetScoreboardIdentityPacket packet)SetScoreboardIdentityPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.SetScoreboardIdentityPacket packet)SetScorePacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.SetScorePacket packet)SetScorePacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.SetScorePacket packet)SetSpawnPositionPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.SetSpawnPositionPacket packet)SetSpawnPositionPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.SetSpawnPositionPacket packet)SetTimePacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.SetTimePacket packet)SetTimePacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.SetTimePacket packet)SettingsCommandPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.SettingsCommandPacket packet)SettingsCommandPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.SettingsCommandPacket packet)SetTitlePacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.SetTitlePacket packet)SetTitlePacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.SetTitlePacket packet)ShowCreditsPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.ShowCreditsPacket packet)ShowCreditsPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.ShowCreditsPacket packet)ShowProfilePacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.ShowProfilePacket packet)ShowProfilePacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.ShowProfilePacket packet)ShowStoreOfferPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.ShowStoreOfferPacket packet)ShowStoreOfferPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.ShowStoreOfferPacket packet)SimpleEventPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.SimpleEventPacket packet)SimpleEventPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.SimpleEventPacket packet)SpawnExperienceOrbPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.SpawnExperienceOrbPacket packet)SpawnExperienceOrbPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.SpawnExperienceOrbPacket packet)SpawnParticleEffectPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.SpawnParticleEffectPacket packet)SpawnParticleEffectPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.SpawnParticleEffectPacket packet)StartGamePacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.StartGamePacket packet)StartGamePacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.StartGamePacket packet)StopSoundPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.StopSoundPacket packet)StopSoundPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.StopSoundPacket packet)StructureBlockUpdatePacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.StructureBlockUpdatePacket packet)StructureBlockUpdatePacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.StructureBlockUpdatePacket packet)StructureTemplateDataRequestPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.StructureTemplateDataRequestPacket packet)StructureTemplateDataRequestPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.StructureTemplateDataRequestPacket packet)StructureTemplateDataResponsePacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.StructureTemplateDataResponsePacket packet)StructureTemplateDataResponsePacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.StructureTemplateDataResponsePacket packet)SubClientLoginPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.SubClientLoginPacket packet)SubClientLoginPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.SubClientLoginPacket packet)TakeItemEntityPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.TakeItemEntityPacket packet)TakeItemEntityPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.TakeItemEntityPacket packet)TextPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.TextPacket packet)TextPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.TextPacket packet)TickSyncPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.TickSyncPacket packet)TickSyncPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.TickSyncPacket packet)TransferPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.TransferPacket packet)TransferPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.TransferPacket packet)UnknownPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.UnknownPacket packet)UnknownPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.UnknownPacket packet)UpdateAttributesPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.UpdateAttributesPacket packet)UpdateAttributesPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.UpdateAttributesPacket packet)UpdateBlockPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.UpdateBlockPacket packet)UpdateBlockPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.UpdateBlockPacket packet)UpdateBlockPropertiesPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.UpdateBlockPropertiesPacket packet)UpdateBlockPropertiesPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.UpdateBlockPropertiesPacket packet)UpdateBlockSyncedPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.UpdateBlockSyncedPacket packet)UpdateBlockSyncedPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.UpdateBlockSyncedPacket packet)UpdateEquipPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.UpdateEquipPacket packet)UpdateEquipPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.UpdateEquipPacket packet)UpdatePlayerGameTypePacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.UpdatePlayerGameTypePacket packet)UpdatePlayerGameTypePacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.UpdatePlayerGameTypePacket packet)UpdateSoftEnumPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.UpdateSoftEnumPacket packet)UpdateSoftEnumPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.UpdateSoftEnumPacket packet)UpdateTradePacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.UpdateTradePacket packet)UpdateTradePacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.UpdateTradePacket packet)VideoStreamConnectPacketReceive(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.VideoStreamConnectPacket packet)VideoStreamConnectPacketSend(@NonNull GeyserSession session, @NonNull com.nukkitx.protocol.bedrock.packet.VideoStreamConnectPacket packet) -
Uses of GeyserSession in org.geysermc.geyser.inventory
Methods in org.geysermc.geyser.inventory with parameters of type GeyserSessionModifier and TypeMethodDescriptioncom.nukkitx.protocol.bedrock.data.inventory.EnchantOptionDataGeyserEnchantOption.build(GeyserSession session)com.nukkitx.protocol.bedrock.data.inventory.ItemDataGeyserItemStack.getItemData(GeyserSession session)GeyserItemStack.getMapping(GeyserSession session)voidPlayerInventory.setCursor(@NonNull GeyserItemStack newCursor, GeyserSession session)voidContainer.setItem(int slot, @NonNull GeyserItemStack newItem, GeyserSession session)voidInventory.setItem(int slot, @NonNull GeyserItemStack newItem, GeyserSession session)voidStonecutterContainer.setItem(int slot, @NonNull GeyserItemStack newItem, GeyserSession session)protected static voidInventory.updateItemNetId(GeyserItemStack oldItem, GeyserItemStack newItem, GeyserSession session) -
Uses of GeyserSession in org.geysermc.geyser.inventory.click
Constructors in org.geysermc.geyser.inventory.click with parameters of type GeyserSessionModifierConstructorDescriptionClickPlan(GeyserSession session, InventoryTranslator translator, Inventory inventory) -
Uses of GeyserSession in org.geysermc.geyser.inventory.holder
Methods in org.geysermc.geyser.inventory.holder with parameters of type GeyserSessionModifier and TypeMethodDescriptionprotected booleanBlockInventoryHolder.checkInteractionPosition(GeyserSession session)Will be overwritten in the beacon inventory translator to remove the check, since virtual inventories can't exist.voidBlockInventoryHolder.closeInventory(InventoryTranslator translator, GeyserSession session, Inventory inventory)abstract voidInventoryHolder.closeInventory(InventoryTranslator translator, GeyserSession session, Inventory inventory)voidBlockInventoryHolder.openInventory(InventoryTranslator translator, GeyserSession session, Inventory inventory)abstract voidInventoryHolder.openInventory(InventoryTranslator translator, GeyserSession session, Inventory inventory)voidBlockInventoryHolder.prepareInventory(InventoryTranslator translator, GeyserSession session, Inventory inventory)abstract voidInventoryHolder.prepareInventory(InventoryTranslator translator, GeyserSession session, Inventory inventory)protected voidBlockInventoryHolder.setCustomName(GeyserSession session, com.nukkitx.math.vector.Vector3i position, Inventory inventory, int javaBlockState) -
Uses of GeyserSession in org.geysermc.geyser.inventory.updater
Methods in org.geysermc.geyser.inventory.updater with parameters of type GeyserSessionModifier and TypeMethodDescriptionintAnvilInventoryUpdater.calcLevelCost(GeyserSession session, AnvilContainer anvilContainer, boolean bedrock)Calculate the number of levels needed to combine/rename an itemvoidAnvilInventoryUpdater.updateInventory(InventoryTranslator translator, GeyserSession session, Inventory inventory)voidChestInventoryUpdater.updateInventory(InventoryTranslator translator, GeyserSession session, Inventory inventory)voidContainerInventoryUpdater.updateInventory(InventoryTranslator translator, GeyserSession session, Inventory inventory)voidHorseInventoryUpdater.updateInventory(InventoryTranslator translator, GeyserSession session, Inventory inventory)voidInventoryUpdater.updateInventory(InventoryTranslator translator, GeyserSession session, Inventory inventory)voidUIInventoryUpdater.updateInventory(InventoryTranslator translator, GeyserSession session, Inventory inventory)booleanAnvilInventoryUpdater.updateSlot(InventoryTranslator translator, GeyserSession session, Inventory inventory, int javaSlot)booleanChestInventoryUpdater.updateSlot(InventoryTranslator translator, GeyserSession session, Inventory inventory, int javaSlot)booleanContainerInventoryUpdater.updateSlot(InventoryTranslator translator, GeyserSession session, Inventory inventory, int javaSlot)booleanHorseInventoryUpdater.updateSlot(InventoryTranslator translator, GeyserSession session, Inventory inventory, int javaSlot)booleanInventoryUpdater.updateSlot(InventoryTranslator translator, GeyserSession session, Inventory inventory, int javaSlot)booleanUIInventoryUpdater.updateSlot(InventoryTranslator translator, GeyserSession session, Inventory inventory, int javaSlot) -
Uses of GeyserSession in org.geysermc.geyser.level
Methods in org.geysermc.geyser.level with parameters of type GeyserSessionModifier and TypeMethodDescriptionintGeyserWorldManager.getBlockAt(GeyserSession session, int x, int y, int z)abstract intWorldManager.getBlockAt(GeyserSession session, int x, int y, int z)Gets the Java block state at the specified locationintWorldManager.getBlockAt(GeyserSession session, com.github.steveice10.mc.protocol.data.game.entity.metadata.Position position)Gets the Java block state at the specified locationintWorldManager.getBlockAt(GeyserSession session, com.nukkitx.math.vector.Vector3i vector)Gets the Java block state at the specified locationGeyserWorldManager.getGameRuleBool(GeyserSession session, GameRule gameRule)abstract BooleanWorldManager.getGameRuleBool(GeyserSession session, GameRule gameRule)Gets a gamerule value as a booleanintGeyserWorldManager.getGameRuleInt(GeyserSession session, GameRule gameRule)abstract intWorldManager.getGameRuleInt(GeyserSession session, GameRule gameRule)Get a gamerule value as an integercom.nukkitx.nbt.NbtMapGeyserWorldManager.getLecternDataAt(GeyserSession session, int x, int y, int z, boolean isChunkLoad)abstract com.nukkitx.nbt.NbtMapWorldManager.getLecternDataAt(GeyserSession session, int x, int y, int z, boolean isChunkLoad)Sigh.booleanGeyserWorldManager.hasPermission(GeyserSession session, String permission)abstract booleanWorldManager.hasPermission(GeyserSession session, String permission)Checks if the given session's player has a permissionvoidGeyserWorldManager.setDifficulty(GeyserSession session, com.github.steveice10.mc.protocol.data.game.setting.Difficulty difficulty)abstract voidWorldManager.setDifficulty(GeyserSession session, com.github.steveice10.mc.protocol.data.game.setting.Difficulty difficulty)Change the difficulty of the Java servervoidGeyserWorldManager.setGameRule(GeyserSession session, String name, Object value)abstract voidWorldManager.setGameRule(GeyserSession session, String name, Object value)Updates a gamerule value on the Java servervoidGeyserWorldManager.setPlayerGameMode(GeyserSession session, com.github.steveice10.mc.protocol.data.game.entity.player.GameMode gameMode)abstract voidWorldManager.setPlayerGameMode(GeyserSession session, com.github.steveice10.mc.protocol.data.game.entity.player.GameMode gameMode)Change the game mode of the given session -
Uses of GeyserSession in org.geysermc.geyser.level.physics
Constructors in org.geysermc.geyser.level.physics with parameters of type GeyserSession -
Uses of GeyserSession in org.geysermc.geyser.network
Fields in org.geysermc.geyser.network declared as GeyserSessionConstructors in org.geysermc.geyser.network with parameters of type GeyserSession -
Uses of GeyserSession in org.geysermc.geyser.platform.spigot.world
Methods in org.geysermc.geyser.platform.spigot.world with parameters of type GeyserSessionModifier and TypeMethodDescriptionvoidGeyserSpigot1_11CraftingListener.sendServerRecipes(GeyserSession session) -
Uses of GeyserSession in org.geysermc.geyser.platform.spigot.world.manager
Methods in org.geysermc.geyser.platform.spigot.world.manager with parameters of type GeyserSessionModifier and TypeMethodDescriptionintGeyserSpigot1_12NativeWorldManager.getBlockAt(GeyserSession session, int x, int y, int z)intGeyserSpigot1_12WorldManager.getBlockAt(GeyserSession session, int x, int y, int z)intGeyserSpigotFallbackWorldManager.getBlockAt(GeyserSession session, int x, int y, int z)intGeyserSpigotLegacyNativeWorldManager.getBlockAt(GeyserSession session, int x, int y, int z)intGeyserSpigotNativeWorldManager.getBlockAt(GeyserSession session, int x, int y, int z)intGeyserSpigotWorldManager.getBlockAt(GeyserSession session, int x, int y, int z)GeyserSpigotWorldManager.getGameRuleBool(GeyserSession session, GameRule gameRule)intGeyserSpigotWorldManager.getGameRuleInt(GeyserSession session, GameRule gameRule)com.nukkitx.nbt.NbtMapGeyserSpigotWorldManager.getLecternDataAt(GeyserSession session, int x, int y, int z, boolean isChunkLoad)booleanGeyserSpigotWorldManager.hasPermission(GeyserSession session, String permission) -
Uses of GeyserSession in org.geysermc.geyser.registry
Methods in org.geysermc.geyser.registry with parameters of type GeyserSessionModifier and TypeMethodDescription<P extends T>
booleanPacketTranslatorRegistry.translate(Class<? extends P> clazz, P packet, GeyserSession session) -
Uses of GeyserSession in org.geysermc.geyser.registry.type
Methods in org.geysermc.geyser.registry.type with parameters of type GeyserSession -
Uses of GeyserSession in org.geysermc.geyser.scoreboard
Methods in org.geysermc.geyser.scoreboard that return GeyserSessionConstructors in org.geysermc.geyser.scoreboard with parameters of type GeyserSessionModifierConstructorDescriptionScoreboard(GeyserSession session)ScoreboardSession(GeyserSession session) -
Uses of GeyserSession in org.geysermc.geyser.session
Methods in org.geysermc.geyser.session that return types with arguments of type GeyserSessionModifier and TypeMethodDescriptionSessionManager.getAllSessions()Creates a new, immutable list containing all pending and active sessions.SessionManager.getSessions()A list of all players who are currently in-game.Methods in org.geysermc.geyser.session with parameters of type GeyserSessionModifier and TypeMethodDescriptionvoidSessionManager.addPendingSession(GeyserSession session)Called once the player has successfully authenticated to the Geyser server.voidSessionManager.addSession(UUID uuid, GeyserSession session)Called once a player has successfully logged into their Java server.voidSessionManager.removeSession(GeyserSession session) -
Uses of GeyserSession in org.geysermc.geyser.session.cache
Methods in org.geysermc.geyser.session.cache that return GeyserSessionMethods in org.geysermc.geyser.session.cache with parameters of type GeyserSessionModifier and TypeMethodDescriptionstatic voidWorldBorder.removeFog(GeyserSession session)Clear any additional fog sent to the clientstatic voidWorldBorder.sendFog(GeyserSession session, String... fogNameSpaces)Send the following fog IDs to the clientConstructors in org.geysermc.geyser.session.cache with parameters of type GeyserSessionModifierConstructorDescriptionAdvancementsCache(GeyserSession session)BookEditCache(GeyserSession session)BossBar(GeyserSession session, long entityId, net.kyori.adventure.text.Component title, float health, int color, int overlay, int darkenSky)ChunkCache(GeyserSession session)EntityCache(GeyserSession session)FormCache(GeyserSession session)PistonCache(GeyserSession session)PreferencesCache(GeyserSession session)WorldBorder(GeyserSession session)WorldCache(GeyserSession session) -
Uses of GeyserSession in org.geysermc.geyser.skin
Methods in org.geysermc.geyser.skin with parameters of type GeyserSessionModifier and TypeMethodDescriptionstatic com.nukkitx.protocol.bedrock.packet.PlayerListPacket.EntrySkinManager.buildCachedEntry(GeyserSession session, PlayerEntity playerEntity)Builds a Bedrock player list entry from our existing, cached Bedrock skin informationstatic com.nukkitx.protocol.bedrock.packet.PlayerListPacket.EntrySkinManager.buildEntryManually(GeyserSession session, UUID uuid, String username, long geyserId, String skinId, byte[] skinData, String capeId, byte[] capeData, SkinProvider.SkinGeometry geometry)With all the information needed, build a Bedrock player entry with translated skin information.static voidSkullSkinManager.requestAndHandleSkin(PlayerEntity entity, GeyserSession session, Consumer<SkinProvider.Skin> skinConsumer)static voidSkinManager.requestAndHandleSkinAndCape(PlayerEntity entity, GeyserSession session, Consumer<SkinProvider.SkinAndCape> skinAndCapeConsumer)static voidFakeHeadProvider.restoreOriginalSkin(GeyserSession session, LivingEntity livingEntity)static voidFakeHeadProvider.setHead(GeyserSession session, PlayerEntity entity, com.github.steveice10.opennbt.tag.builtin.CompoundTag profileTag) -
Uses of GeyserSession in org.geysermc.geyser.translator.collision
Methods in org.geysermc.geyser.translator.collision with parameters of type GeyserSessionModifier and TypeMethodDescriptionbooleanBlockCollision.correctPosition(GeyserSession session, int x, int y, int z, BoundingBox playerCollision)Returns false if the movement is invalid, and in this case it shouldn't be sent to the server and should be cancelled While the Java server should do this, it could result in false flags by anticheat This functionality is currently only used in 6 or 7 layer snowbooleanDoorCollision.correctPosition(GeyserSession session, int x, int y, int z, BoundingBox playerCollision)booleanScaffoldingCollision.correctPosition(GeyserSession session, int x, int y, int z, BoundingBox playerCollision)booleanSnowCollision.correctPosition(GeyserSession session, int x, int y, int z, BoundingBox playerCollision)booleanTrapdoorCollision.correctPosition(GeyserSession session, int x, int y, int z, BoundingBox playerCollision) -
Uses of GeyserSession in org.geysermc.geyser.translator.inventory
Methods in org.geysermc.geyser.translator.inventory with parameters of type GeyserSessionModifier and TypeMethodDescriptionbooleanInventoryTranslator.checkNetId(GeyserSession session, Inventory inventory, com.nukkitx.protocol.bedrock.data.inventory.StackRequestSlotInfoData slotInfoData)voidAbstractBlockInventoryTranslator.closeInventory(GeyserSession session, Inventory inventory)abstract voidInventoryTranslator.closeInventory(GeyserSession session, Inventory inventory)voidLecternInventoryTranslator.closeInventory(GeyserSession session, Inventory inventory)voidMerchantInventoryTranslator.closeInventory(GeyserSession session, Inventory inventory)voidPlayerInventoryTranslator.closeInventory(GeyserSession session, Inventory inventory)protected voidInventoryTranslator.dumpStackRequestDetails(GeyserSession session, Inventory inventory, com.nukkitx.protocol.bedrock.data.inventory.StackRequestSlotInfoData source, com.nukkitx.protocol.bedrock.data.inventory.StackRequestSlotInfoData destination)Print out the contents of an ItemStackRequest, should the net ID check fail.List<com.nukkitx.protocol.bedrock.packet.ItemStackResponsePacket.ContainerEntry>InventoryTranslator.makeContainerEntries(GeyserSession session, Inventory inventory, Set<Integer> affectedSlots)static com.nukkitx.protocol.bedrock.packet.ItemStackResponsePacket.ItemEntryInventoryTranslator.makeItemEntry(GeyserSession session, int bedrockSlot, GeyserItemStack itemStack)voidAbstractBlockInventoryTranslator.openInventory(GeyserSession session, Inventory inventory)voidBrewingInventoryTranslator.openInventory(GeyserSession session, Inventory inventory)voidGeneric3X3InventoryTranslator.openInventory(GeyserSession session, Inventory inventory)abstract voidInventoryTranslator.openInventory(GeyserSession session, Inventory inventory)voidLecternInventoryTranslator.openInventory(GeyserSession session, Inventory inventory)voidMerchantInventoryTranslator.openInventory(GeyserSession session, Inventory inventory)voidPlayerInventoryTranslator.openInventory(GeyserSession session, Inventory inventory)voidAbstractBlockInventoryTranslator.prepareInventory(GeyserSession session, Inventory inventory)abstract voidInventoryTranslator.prepareInventory(GeyserSession session, Inventory inventory)voidLecternInventoryTranslator.prepareInventory(GeyserSession session, Inventory inventory)voidMerchantInventoryTranslator.prepareInventory(GeyserSession session, Inventory inventory)voidPlayerInventoryTranslator.prepareInventory(GeyserSession session, Inventory inventory)booleanCartographyInventoryTranslator.shouldRejectItemPlace(GeyserSession session, Inventory inventory, com.nukkitx.protocol.bedrock.data.inventory.ContainerSlotType bedrockSourceContainer, int javaSourceSlot, com.nukkitx.protocol.bedrock.data.inventory.ContainerSlotType bedrockDestinationContainer, int javaDestinationSlot)booleanInventoryTranslator.shouldRejectItemPlace(GeyserSession session, Inventory inventory, com.nukkitx.protocol.bedrock.data.inventory.ContainerSlotType bedrockSourceContainer, int javaSourceSlot, com.nukkitx.protocol.bedrock.data.inventory.ContainerSlotType bedrockDestinationContainer, int javaDestinationSlot)Should be overwritten in cases where specific inventories should reject an item being in a specific spot.booleanLoomInventoryTranslator.shouldRejectItemPlace(GeyserSession session, Inventory inventory, com.nukkitx.protocol.bedrock.data.inventory.ContainerSlotType bedrockSourceContainer, int javaSourceSlot, com.nukkitx.protocol.bedrock.data.inventory.ContainerSlotType bedrockDestinationContainer, int javaDestinationSlot)com.nukkitx.protocol.bedrock.packet.ItemStackResponsePacket.ResponseInventoryTranslator.translateAutoCraftingRequest(GeyserSession session, Inventory inventory, com.nukkitx.protocol.bedrock.data.inventory.ItemStackRequest request)com.nukkitx.protocol.bedrock.packet.ItemStackResponsePacket.ResponseMerchantInventoryTranslator.translateAutoCraftingRequest(GeyserSession session, Inventory inventory, com.nukkitx.protocol.bedrock.data.inventory.ItemStackRequest request)com.nukkitx.protocol.bedrock.packet.ItemStackResponsePacket.ResponseInventoryTranslator.translateCraftingRequest(GeyserSession session, Inventory inventory, com.nukkitx.protocol.bedrock.data.inventory.ItemStackRequest request)com.nukkitx.protocol.bedrock.packet.ItemStackResponsePacket.ResponseInventoryTranslator.translateCreativeRequest(GeyserSession session, Inventory inventory, com.nukkitx.protocol.bedrock.data.inventory.ItemStackRequest request)Handled inPlayerInventoryTranslatorcom.nukkitx.protocol.bedrock.packet.ItemStackResponsePacket.ResponsePlayerInventoryTranslator.translateCreativeRequest(GeyserSession session, Inventory inventory, com.nukkitx.protocol.bedrock.data.inventory.ItemStackRequest request)com.nukkitx.protocol.bedrock.packet.ItemStackResponsePacket.ResponseInventoryTranslator.translateRequest(GeyserSession session, Inventory inventory, com.nukkitx.protocol.bedrock.data.inventory.ItemStackRequest request)com.nukkitx.protocol.bedrock.packet.ItemStackResponsePacket.ResponsePlayerInventoryTranslator.translateRequest(GeyserSession session, Inventory inventory, com.nukkitx.protocol.bedrock.data.inventory.ItemStackRequest request)voidInventoryTranslator.translateRequests(GeyserSession session, Inventory inventory, List<com.nukkitx.protocol.bedrock.data.inventory.ItemStackRequest> requests)com.nukkitx.protocol.bedrock.packet.ItemStackResponsePacket.ResponseBeaconInventoryTranslator.translateSpecialRequest(GeyserSession session, Inventory inventory, com.nukkitx.protocol.bedrock.data.inventory.ItemStackRequest request)com.nukkitx.protocol.bedrock.packet.ItemStackResponsePacket.ResponseEnchantingInventoryTranslator.translateSpecialRequest(GeyserSession session, Inventory inventory, com.nukkitx.protocol.bedrock.data.inventory.ItemStackRequest request)com.nukkitx.protocol.bedrock.packet.ItemStackResponsePacket.ResponseInventoryTranslator.translateSpecialRequest(GeyserSession session, Inventory inventory, com.nukkitx.protocol.bedrock.data.inventory.ItemStackRequest request)IfInventoryTranslator.shouldHandleRequestFirst(StackRequestActionData, Inventory)returns true, this will be calledcom.nukkitx.protocol.bedrock.packet.ItemStackResponsePacket.ResponseLoomInventoryTranslator.translateSpecialRequest(GeyserSession session, Inventory inventory, com.nukkitx.protocol.bedrock.data.inventory.ItemStackRequest request)com.nukkitx.protocol.bedrock.packet.ItemStackResponsePacket.ResponseStonecutterInventoryTranslator.translateSpecialRequest(GeyserSession session, Inventory inventory, com.nukkitx.protocol.bedrock.data.inventory.ItemStackRequest request)static voidPlayerInventoryTranslator.updateCraftingGrid(GeyserSession session, Inventory inventory)Update the crafting grid for the player to hide/show the barriers in the creative inventoryvoidAbstractBlockInventoryTranslator.updateInventory(GeyserSession session, Inventory inventory)abstract voidInventoryTranslator.updateInventory(GeyserSession session, Inventory inventory)voidLecternInventoryTranslator.updateInventory(GeyserSession session, Inventory inventory)voidMerchantInventoryTranslator.updateInventory(GeyserSession session, Inventory inventory)voidPlayerInventoryTranslator.updateInventory(GeyserSession session, Inventory inventory)voidAnvilInventoryTranslator.updateProperty(GeyserSession session, Inventory inventory, int key, int value)voidBaseInventoryTranslator.updateProperty(GeyserSession session, Inventory inventory, int key, int value)voidBeaconInventoryTranslator.updateProperty(GeyserSession session, Inventory inventory, int key, int value)voidBrewingInventoryTranslator.updateProperty(GeyserSession session, Inventory inventory, int key, int value)voidEnchantingInventoryTranslator.updateProperty(GeyserSession session, Inventory inventory, int key, int value)abstract voidInventoryTranslator.updateProperty(GeyserSession session, Inventory inventory, int key, int value)voidLecternInventoryTranslator.updateProperty(GeyserSession session, Inventory inventory, int key, int value)voidPlayerInventoryTranslator.updateProperty(GeyserSession session, Inventory inventory, int key, int value)voidAbstractBlockInventoryTranslator.updateSlot(GeyserSession session, Inventory inventory, int slot)abstract voidInventoryTranslator.updateSlot(GeyserSession session, Inventory inventory, int slot)voidLecternInventoryTranslator.updateSlot(GeyserSession session, Inventory inventory, int slot)voidMerchantInventoryTranslator.updateSlot(GeyserSession session, Inventory inventory, int slot)voidPlayerInventoryTranslator.updateSlot(GeyserSession session, Inventory inventory, int slot) -
Uses of GeyserSession in org.geysermc.geyser.translator.inventory.chest
Methods in org.geysermc.geyser.translator.inventory.chest with parameters of type GeyserSessionModifier and TypeMethodDescriptionvoidDoubleChestInventoryTranslator.closeInventory(GeyserSession session, Inventory inventory)voidSingleChestInventoryTranslator.closeInventory(GeyserSession session, Inventory inventory)voidDoubleChestInventoryTranslator.openInventory(GeyserSession session, Inventory inventory)voidSingleChestInventoryTranslator.openInventory(GeyserSession session, Inventory inventory)voidDoubleChestInventoryTranslator.prepareInventory(GeyserSession session, Inventory inventory)voidSingleChestInventoryTranslator.prepareInventory(GeyserSession session, Inventory inventory)booleanChestInventoryTranslator.shouldRejectItemPlace(GeyserSession session, Inventory inventory, com.nukkitx.protocol.bedrock.data.inventory.ContainerSlotType bedrockSourceContainer, int javaSourceSlot, com.nukkitx.protocol.bedrock.data.inventory.ContainerSlotType bedrockDestinationContainer, int javaDestinationSlot)voidChestInventoryTranslator.updateInventory(GeyserSession session, Inventory inventory)voidChestInventoryTranslator.updateSlot(GeyserSession session, Inventory inventory, int slot) -
Uses of GeyserSession in org.geysermc.geyser.translator.inventory.furnace
Methods in org.geysermc.geyser.translator.inventory.furnace with parameters of type GeyserSessionModifier and TypeMethodDescriptionvoidAbstractFurnaceInventoryTranslator.updateProperty(GeyserSession session, Inventory inventory, int key, int value) -
Uses of GeyserSession in org.geysermc.geyser.translator.inventory.horse
Methods in org.geysermc.geyser.translator.inventory.horse with parameters of type GeyserSessionModifier and TypeMethodDescriptionvoidAbstractHorseInventoryTranslator.closeInventory(GeyserSession session, Inventory inventory)voidAbstractHorseInventoryTranslator.openInventory(GeyserSession session, Inventory inventory)voidAbstractHorseInventoryTranslator.prepareInventory(GeyserSession session, Inventory inventory)voidAbstractHorseInventoryTranslator.updateInventory(GeyserSession session, Inventory inventory)voidChestedHorseInventoryTranslator.updateInventory(GeyserSession session, Inventory inventory)voidAbstractHorseInventoryTranslator.updateSlot(GeyserSession session, Inventory inventory, int slot) -
Uses of GeyserSession in org.geysermc.geyser.translator.inventory.item
Methods in org.geysermc.geyser.translator.inventory.item with parameters of type GeyserSessionModifier and TypeMethodDescriptionstatic com.github.steveice10.opennbt.tag.builtin.CompoundTagItemTranslator.translateDisplayProperties(GeyserSession session, com.github.steveice10.opennbt.tag.builtin.CompoundTag tag, ItemMapping mapping)Translates the display name of the itemstatic com.github.steveice10.opennbt.tag.builtin.CompoundTagItemTranslator.translateDisplayProperties(GeyserSession session, com.github.steveice10.opennbt.tag.builtin.CompoundTag tag, ItemMapping mapping, char translationColor)static com.nukkitx.protocol.bedrock.data.inventory.ItemDataItemTranslator.translateToBedrock(GeyserSession session, com.github.steveice10.mc.protocol.data.game.entity.metadata.ItemStack stack)voidNbtItemStackTranslator.translateToBedrock(GeyserSession session, com.github.steveice10.opennbt.tag.builtin.CompoundTag itemTag, ItemMapping mapping)Translate the item NBT to Bedrock -
Uses of GeyserSession in org.geysermc.geyser.translator.inventory.item.nbt
Methods in org.geysermc.geyser.translator.inventory.item.nbt with parameters of type GeyserSessionModifier and TypeMethodDescriptionvoidAxolotlBucketTranslator.translateToBedrock(GeyserSession session, com.github.steveice10.opennbt.tag.builtin.CompoundTag itemTag, ItemMapping mapping)voidBasicItemTranslator.translateToBedrock(GeyserSession session, com.github.steveice10.opennbt.tag.builtin.CompoundTag itemTag, ItemMapping mapping)voidBookPagesTranslator.translateToBedrock(GeyserSession session, com.github.steveice10.opennbt.tag.builtin.CompoundTag itemTag, ItemMapping mapping)voidCrossbowTranslator.translateToBedrock(GeyserSession session, com.github.steveice10.opennbt.tag.builtin.CompoundTag itemTag, ItemMapping mapping)voidEnchantedBookTranslator.translateToBedrock(GeyserSession session, com.github.steveice10.opennbt.tag.builtin.CompoundTag itemTag, ItemMapping mapping)voidEnchantmentTranslator.translateToBedrock(GeyserSession session, com.github.steveice10.opennbt.tag.builtin.CompoundTag itemTag, ItemMapping mapping)voidFireworkRocketTranslator.translateToBedrock(GeyserSession session, com.github.steveice10.opennbt.tag.builtin.CompoundTag itemTag, ItemMapping mapping)voidFireworkStarTranslator.translateToBedrock(GeyserSession session, com.github.steveice10.opennbt.tag.builtin.CompoundTag itemTag, ItemMapping mapping)voidLeatherArmorTranslator.translateToBedrock(GeyserSession session, com.github.steveice10.opennbt.tag.builtin.CompoundTag itemTag, ItemMapping mapping)voidLodestoneCompassTranslator.translateToBedrock(GeyserSession session, com.github.steveice10.opennbt.tag.builtin.CompoundTag itemTag, ItemMapping mapping)voidMapItemTranslator.translateToBedrock(GeyserSession session, com.github.steveice10.opennbt.tag.builtin.CompoundTag itemTag, ItemMapping mapping)voidPlayerHeadTranslator.translateToBedrock(GeyserSession session, com.github.steveice10.opennbt.tag.builtin.CompoundTag itemTag, ItemMapping mapping)voidShulkerBoxItemTranslator.translateToBedrock(GeyserSession session, com.github.steveice10.opennbt.tag.builtin.CompoundTag itemTag, ItemMapping mapping)voidTropicalFishBucketTranslator.translateToBedrock(GeyserSession session, com.github.steveice10.opennbt.tag.builtin.CompoundTag itemTag, ItemMapping mapping) -
Uses of GeyserSession in org.geysermc.geyser.translator.level
Methods in org.geysermc.geyser.translator.level with parameters of type GeyserSessionModifier and TypeMethodDescriptionstatic voidBiomeTranslator.loadServerBiomes(GeyserSession session, com.github.steveice10.opennbt.tag.builtin.CompoundTag codec)static BlockStorageBiomeTranslator.toNewBedrockBiome(GeyserSession session, com.github.steveice10.mc.protocol.data.game.chunk.DataPalette biomeData) -
Uses of GeyserSession in org.geysermc.geyser.translator.level.block.entity
Methods in org.geysermc.geyser.translator.level.block.entity with parameters of type GeyserSessionModifier and TypeMethodDescriptionstatic com.nukkitx.nbt.NbtMapBedrockOnlyBlockEntity.getTag(GeyserSession session, com.nukkitx.math.vector.Vector3i position, int blockState)Get the tag of the Bedrock-only block entitystatic com.nukkitx.nbt.NbtMapFlowerPotBlockEntityTranslator.getTag(GeyserSession session, int blockState, com.nukkitx.math.vector.Vector3i position)Get the Nukkit CompoundTag of the flower pot.static voidSkullBlockEntityTranslator.spawnPlayer(GeyserSession session, com.github.steveice10.opennbt.tag.builtin.CompoundTag tag, int posX, int posY, int posZ, int blockState)static voidNoteblockBlockEntityTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.data.game.entity.metadata.Position position)voidBedrockOnlyBlockEntity.updateBlock(GeyserSession session, int blockState, com.nukkitx.math.vector.Vector3i position)Update the block on Bedrock Edition.voidDoubleChestBlockEntityTranslator.updateBlock(GeyserSession session, int blockState, com.nukkitx.math.vector.Vector3i position)voidFlowerPotBlockEntityTranslator.updateBlock(GeyserSession session, int blockState, com.nukkitx.math.vector.Vector3i position)Constructors in org.geysermc.geyser.translator.level.block.entity with parameters of type GeyserSessionModifierConstructorDescriptionPistonBlockEntity(GeyserSession session, com.nukkitx.math.vector.Vector3i position, Direction orientation, boolean sticky, boolean extended) -
Uses of GeyserSession in org.geysermc.geyser.translator.level.event
Methods in org.geysermc.geyser.translator.level.event with parameters of type GeyserSessionModifier and TypeMethodDescriptionvoidLevelEventTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.level.ClientboundLevelEventPacket packet)Translates the givenClientboundLevelEventPacketinto bedrock and sends it upstream.voidPlaySoundEventTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.level.ClientboundLevelEventPacket packet)voidSoundEventEventTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.level.ClientboundLevelEventPacket packet)voidSoundLevelEventTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.level.ClientboundLevelEventPacket packet) -
Uses of GeyserSession in org.geysermc.geyser.translator.protocol
Methods in org.geysermc.geyser.translator.protocol with parameters of type GeyserSessionModifier and TypeMethodDescriptionabstract voidPacketTranslator.translate(GeyserSession session, T packet) -
Uses of GeyserSession in org.geysermc.geyser.translator.protocol.bedrock
Methods in org.geysermc.geyser.translator.protocol.bedrock with parameters of type GeyserSessionModifier and TypeMethodDescriptionvoidBedrockAdventureSettingsTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.AdventureSettingsPacket packet)voidBedrockAnimateTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.AnimatePacket packet)voidBedrockBlockEntityDataTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.BlockEntityDataPacket packet)voidBedrockBlockPickRequestTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.BlockPickRequestPacket packet)voidBedrockBookEditTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.BookEditPacket packet)voidBedrockCommandBlockUpdateTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.CommandBlockUpdatePacket packet)voidBedrockCommandRequestTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.CommandRequestPacket packet)voidBedrockContainerCloseTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.ContainerClosePacket packet)voidBedrockEmoteListTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.EmoteListPacket packet)voidBedrockEntityPickRequestTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.EntityPickRequestPacket packet)voidBedrockFilterTextTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.FilterTextPacket packet)voidBedrockInventoryTransactionTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.InventoryTransactionPacket packet)voidBedrockItemFrameDropItemTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.ItemFrameDropItemPacket packet)voidBedrockItemStackRequestTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.ItemStackRequestPacket packet)voidBedrockLecternUpdateTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.LecternUpdatePacket packet)voidBedrockMapInfoRequestTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.MapInfoRequestPacket packet)voidBedrockMobEquipmentTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.MobEquipmentPacket packet)voidBedrockMoveEntityAbsoluteTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.MoveEntityAbsolutePacket packet)voidBedrockNetworkStackLatencyTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.NetworkStackLatencyPacket packet)voidBedrockPacketViolationWarningTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.PacketViolationWarningPacket packet)voidBedrockPlayerInputTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.PlayerInputPacket packet)voidBedrockPositionTrackingDBClientRequestTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.PositionTrackingDBClientRequestPacket packet)voidBedrockRespawnTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.RespawnPacket packet)voidBedrockServerSettingsRequestTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.ServerSettingsRequestPacket packet)voidBedrockSetLocalPlayerAsInitializedTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.SetLocalPlayerAsInitializedPacket packet)voidBedrockShowCreditsTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.ShowCreditsPacket packet)voidBedrockTextTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.TextPacket packet) -
Uses of GeyserSession in org.geysermc.geyser.translator.protocol.bedrock.entity
Methods in org.geysermc.geyser.translator.protocol.bedrock.entity with parameters of type GeyserSessionModifier and TypeMethodDescriptionvoidBedrockEntityEventTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.EntityEventPacket packet) -
Uses of GeyserSession in org.geysermc.geyser.translator.protocol.bedrock.entity.player
Methods in org.geysermc.geyser.translator.protocol.bedrock.entity.player with parameters of type GeyserSessionModifier and TypeMethodDescriptionvoidBedrockActionTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.PlayerActionPacket packet)voidBedrockEmoteTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.EmotePacket packet)voidBedrockInteractTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.InteractPacket packet)voidBedrockMovePlayerTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.MovePlayerPacket packet)voidBedrockRiderJumpTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.RiderJumpPacket packet)voidBedrockSetPlayerGameTypeTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.SetPlayerGameTypePacket packet) -
Uses of GeyserSession in org.geysermc.geyser.translator.protocol.bedrock.world
Methods in org.geysermc.geyser.translator.protocol.bedrock.world with parameters of type GeyserSessionModifier and TypeMethodDescriptionvoidBedrockLevelSoundEventTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.LevelSoundEventPacket packet) -
Uses of GeyserSession in org.geysermc.geyser.translator.protocol.java
Methods in org.geysermc.geyser.translator.protocol.java with parameters of type GeyserSessionModifier and TypeMethodDescriptionvoidJavaUpdateAdvancementsTranslator.sendToolbarAdvancementUpdates(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.ClientboundUpdateAdvancementsPacket packet)Handle all advancements progress updatesvoidJavaAwardStatsTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.ClientboundAwardStatsPacket packet)voidJavaBossEventTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.ClientboundBossEventPacket packet)voidJavaChangeDifficultyTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.ClientboundChangeDifficultyPacket packet)voidJavaChatTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.ClientboundChatPacket packet)voidJavaCommandsTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.ClientboundCommandsPacket packet)voidJavaCustomPayloadTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.ClientboundCustomPayloadPacket packet)voidJavaCustomQueryTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.login.clientbound.ClientboundCustomQueryPacket packet)voidJavaDisconnectTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.ClientboundDisconnectPacket packet)voidJavaGameProfileTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.login.clientbound.ClientboundGameProfilePacket packet)voidJavaKeepAliveTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.ClientboundKeepAlivePacket packet)voidJavaLoginDisconnectTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.login.clientbound.ClientboundLoginDisconnectPacket packet)voidJavaLoginTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.ClientboundLoginPacket packet)voidJavaPingTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.ClientboundPingPacket packet)voidJavaRecipeTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.ClientboundRecipePacket packet)voidJavaRespawnTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.ClientboundRespawnPacket packet)voidJavaSelectAdvancementsTabTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.ClientboundSelectAdvancementsTabPacket packet)voidJavaUpdateAdvancementsTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.ClientboundUpdateAdvancementsPacket packet)voidJavaUpdateRecipesTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.ClientboundUpdateRecipesPacket packet)voidJavaUpdateTagsTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.ClientboundUpdateTagsPacket packet) -
Uses of GeyserSession in org.geysermc.geyser.translator.protocol.java.entity
Methods in org.geysermc.geyser.translator.protocol.java.entity with parameters of type GeyserSessionModifier and TypeMethodDescriptionvoidJavaAnimateTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.entity.ClientboundAnimatePacket packet)voidJavaEntityEventTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.entity.ClientboundEntityEventPacket packet)voidJavaMoveEntityPosRotTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.entity.ClientboundMoveEntityPosRotPacket packet)voidJavaMoveEntityPosTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.entity.ClientboundMoveEntityPosPacket packet)voidJavaMoveEntityRotTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.entity.ClientboundMoveEntityRotPacket packet)voidJavaMoveVehicleTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.entity.ClientboundMoveVehiclePacket packet)voidJavaRemoveEntitiesTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.entity.ClientboundRemoveEntitiesPacket packet)voidJavaRemoveMobEffectTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.entity.ClientboundRemoveMobEffectPacket packet)voidJavaRotateHeadTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.entity.ClientboundRotateHeadPacket packet)voidJavaSetEntityDataTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.entity.ClientboundSetEntityDataPacket packet)voidJavaSetEntityLinkTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.entity.ClientboundSetEntityLinkPacket packet)voidJavaSetEntityMotionTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.entity.ClientboundSetEntityMotionPacket packet)voidJavaSetEquipmentTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.entity.ClientboundSetEquipmentPacket packet)voidJavaSetPassengersTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.entity.ClientboundSetPassengersPacket packet)voidJavaTakeItemEntityTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.entity.ClientboundTakeItemEntityPacket packet)voidJavaTeleportEntityTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.entity.ClientboundTeleportEntityPacket packet)voidJavaUpdateAttributesTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.entity.ClientboundUpdateAttributesPacket packet)voidJavaUpdateMobEffectTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.entity.ClientboundUpdateMobEffectPacket packet) -
Uses of GeyserSession in org.geysermc.geyser.translator.protocol.java.entity.player
Methods in org.geysermc.geyser.translator.protocol.java.entity.player with parameters of type GeyserSessionModifier and TypeMethodDescriptionvoidJavaBlockBreakAckTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.entity.player.ClientboundBlockBreakAckPacket packet)voidJavaPlayerAbilitiesTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.entity.player.ClientboundPlayerAbilitiesPacket packet)voidJavaPlayerInfoTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.ClientboundPlayerInfoPacket packet)voidJavaPlayerPositionTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.entity.player.ClientboundPlayerPositionPacket packet)voidJavaSetCarriedItemTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.entity.player.ClientboundSetCarriedItemPacket packet)voidJavaSetExperienceTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.entity.player.ClientboundSetExperiencePacket packet)voidJavaSetHealthTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.entity.player.ClientboundSetHealthPacket packet) -
Uses of GeyserSession in org.geysermc.geyser.translator.protocol.java.entity.spawn
Methods in org.geysermc.geyser.translator.protocol.java.entity.spawn with parameters of type GeyserSessionModifier and TypeMethodDescriptionvoidJavaAddEntityTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.entity.spawn.ClientboundAddEntityPacket packet)voidJavaAddExperienceOrbTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.entity.spawn.ClientboundAddExperienceOrbPacket packet)voidJavaAddMobTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.entity.spawn.ClientboundAddMobPacket packet)voidJavaAddPaintingTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.entity.spawn.ClientboundAddPaintingPacket packet)voidJavaAddPlayerTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.entity.spawn.ClientboundAddPlayerPacket packet) -
Uses of GeyserSession in org.geysermc.geyser.translator.protocol.java.inventory
Methods in org.geysermc.geyser.translator.protocol.java.inventory with parameters of type GeyserSessionModifier and TypeMethodDescriptionvoidJavaContainerCloseTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.inventory.ClientboundContainerClosePacket packet)voidJavaContainerSetContentTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.inventory.ClientboundContainerSetContentPacket packet)voidJavaContainerSetDataTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.inventory.ClientboundContainerSetDataPacket packet)voidJavaContainerSetSlotTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.inventory.ClientboundContainerSetSlotPacket packet)voidJavaHorseScreenOpenTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.inventory.ClientboundHorseScreenOpenPacket packet)voidJavaMerchantOffersTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.inventory.ClientboundMerchantOffersPacket packet)voidJavaOpenScreenTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.inventory.ClientboundOpenScreenPacket packet) -
Uses of GeyserSession in org.geysermc.geyser.translator.protocol.java.level
Methods in org.geysermc.geyser.translator.protocol.java.level with parameters of type GeyserSessionModifier and TypeMethodDescriptionvoidJavaBlockDestructionTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.level.ClientboundBlockDestructionPacket packet)voidJavaBlockEntityDataTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.level.ClientboundBlockEntityDataPacket packet)voidJavaBlockEventTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.level.ClientboundBlockEventPacket packet)voidJavaBlockUpdateTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.level.ClientboundBlockUpdatePacket packet)voidJavaCustomSoundTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.level.ClientboundCustomSoundPacket packet)voidJavaExplodeTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.level.ClientboundExplodePacket packet)voidJavaForgetLevelChunkTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.level.ClientboundForgetLevelChunkPacket packet)voidJavaGameEventTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.level.ClientboundGameEventPacket packet)voidJavaLevelChunkWithLightTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.level.ClientboundLevelChunkWithLightPacket packet)voidJavaLevelEventTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.level.ClientboundLevelEventPacket packet)voidJavaLevelParticlesTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.level.ClientboundLevelParticlesPacket packet)voidJavaMapItemDataTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.level.ClientboundMapItemDataPacket packet)voidJavaSectionBlocksUpdateTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.level.ClientboundSectionBlocksUpdatePacket packet)voidJavaSetChunkCacheCenterTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.level.ClientboundSetChunkCacheCenterPacket packet)voidJavaSetChunkCacheRadiusTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.level.ClientboundSetChunkCacheRadiusPacket packet)voidJavaSetDefaultSpawnPositionTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.level.ClientboundSetDefaultSpawnPositionPacket packet)voidJavaSetTimeTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.level.ClientboundSetTimePacket packet)voidJavaSoundTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.level.ClientboundSoundPacket packet)voidJavaStopSoundTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.ClientboundStopSoundPacket packet) -
Uses of GeyserSession in org.geysermc.geyser.translator.protocol.java.level.border
Methods in org.geysermc.geyser.translator.protocol.java.level.border with parameters of type GeyserSessionModifier and TypeMethodDescriptionvoidJavaInitializeBorderTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.level.border.ClientboundInitializeBorderPacket packet)voidJavaSetBorderCenterTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.level.border.ClientboundSetBorderCenterPacket packet)voidJavaSetBorderLerpSizeTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.level.border.ClientboundSetBorderLerpSizePacket packet)voidJavaSetBorderSizeTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.level.border.ClientboundSetBorderSizePacket packet)voidJavaSetBorderWarningDelayTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.level.border.ClientboundSetBorderWarningDelayPacket packet)voidJavaSetBorderWarningDistanceTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.level.border.ClientboundSetBorderWarningDistancePacket packet) -
Uses of GeyserSession in org.geysermc.geyser.translator.protocol.java.scoreboard
Methods in org.geysermc.geyser.translator.protocol.java.scoreboard with parameters of type GeyserSessionModifier and TypeMethodDescriptionvoidJavaSetDisplayObjectiveTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.scoreboard.ClientboundSetDisplayObjectivePacket packet)voidJavaSetObjectiveTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.scoreboard.ClientboundSetObjectivePacket packet)voidJavaSetPlayerTeamTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.scoreboard.ClientboundSetPlayerTeamPacket packet)voidJavaSetScoreTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.scoreboard.ClientboundSetScorePacket packet) -
Uses of GeyserSession in org.geysermc.geyser.translator.protocol.java.title
Methods in org.geysermc.geyser.translator.protocol.java.title with parameters of type GeyserSessionModifier and TypeMethodDescriptionvoidJavaClearTitlesTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.title.ClientboundClearTitlesPacket packet)voidJavaSetActionBarTextTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.title.ClientboundSetActionBarTextPacket packet)voidJavaSetSubtitleTextTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.title.ClientboundSetSubtitleTextPacket packet)voidJavaSetTitlesAnimationTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.title.ClientboundSetTitlesAnimationPacket packet)voidJavaSetTitleTextTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.title.ClientboundSetTitleTextPacket packet) -
Uses of GeyserSession in org.geysermc.geyser.translator.sound
Methods in org.geysermc.geyser.translator.sound with parameters of type GeyserSessionModifier and TypeMethodDescriptionstatic booleanBlockSoundInteractionTranslator.canInteract(GeyserSession session, GeyserItemStack itemInHand, String blockIdentifier)Determines if the adventure gamemode would prevent this item from actually succeedingstatic voidBlockSoundInteractionTranslator.handleBlockInteraction(GeyserSession session, com.nukkitx.math.vector.Vector3f position, String identifier)Handles the block interaction when a player right-clicks a block.static voidEntitySoundInteractionTranslator.handleEntityInteraction(GeyserSession session, com.nukkitx.math.vector.Vector3f position, Entity entity)Handles the block interaction when a player right-clicks an entity.voidSoundInteractionTranslator.translate(GeyserSession session, com.nukkitx.math.vector.Vector3f position, T value)Handles the interaction when a player right-clicks a block. -
Uses of GeyserSession in org.geysermc.geyser.translator.sound.block
Methods in org.geysermc.geyser.translator.sound.block with parameters of type GeyserSessionModifier and TypeMethodDescriptionvoidBucketSoundInteractionTranslator.translate(GeyserSession session, com.nukkitx.math.vector.Vector3f position, String identifier)voidComparatorSoundInteractionTranslator.translate(GeyserSession session, com.nukkitx.math.vector.Vector3f position, String identifier)voidDoorSoundInteractionTranslator.translate(GeyserSession session, com.nukkitx.math.vector.Vector3f position, String identifier)voidFlintAndSteelInteractionTranslator.translate(GeyserSession session, com.nukkitx.math.vector.Vector3f position, String identifier)voidGrassPathInteractionTranslator.translate(GeyserSession session, com.nukkitx.math.vector.Vector3f position, String identifier)voidHoeInteractionTranslator.translate(GeyserSession session, com.nukkitx.math.vector.Vector3f position, String identifier)voidLeverSoundInteractionTranslator.translate(GeyserSession session, com.nukkitx.math.vector.Vector3f position, String identifier) -
Uses of GeyserSession in org.geysermc.geyser.translator.sound.entity
Methods in org.geysermc.geyser.translator.sound.entity with parameters of type GeyserSessionModifier and TypeMethodDescriptionvoidFeedBabySoundInteractionTranslator.translate(GeyserSession session, com.nukkitx.math.vector.Vector3f position, Entity entity)voidMilkEntitySoundInteractionTranslator.translate(GeyserSession session, com.nukkitx.math.vector.Vector3f position, Entity value) -
Uses of GeyserSession in org.geysermc.geyser.translator.text
Methods in org.geysermc.geyser.translator.text with parameters of type GeyserSessionModifier and TypeMethodDescriptionstatic booleanMessageTranslator.isTooLong(String message, GeyserSession session)Checks if the given message is over 256 characters (Java edition server chat limit) and sends a message to the user if it is -
Uses of GeyserSession in org.geysermc.geyser.util
Methods in org.geysermc.geyser.util with parameters of type GeyserSessionModifier and TypeMethodDescriptionstatic voidStatisticsUtils.buildAndSendStatisticsMenu(GeyserSession session)Build a form for the given session with all statistic categoriesstatic voidLoginEncryptionUtils.buildAndShowLoginDetailsWindow(GeyserSession session)static voidLoginEncryptionUtils.buildAndShowLoginWindow(GeyserSession session)static voidLoginEncryptionUtils.buildAndShowMicrosoftAuthenticationWindow(GeyserSession session)Prompts the user between either OAuth code login or manual password authenticationstatic voidLoginEncryptionUtils.buildAndShowMicrosoftCodeWindow(GeyserSession session, com.github.steveice10.mc.auth.service.MsaAuthenticationService.MsCodeResponse msCode)Shows the code that a user must input into their browserstatic org.geysermc.cumulus.CustomFormSettingsUtils.buildForm(GeyserSession session)Build a settings form for the given session and store it for laterstatic voidInventoryUtils.closeInventory(GeyserSession session, int windowId, boolean confirm)static voidInventoryUtils.displayInventory(GeyserSession session, Inventory inventory)static voidLoginEncryptionUtils.encryptPlayerConnection(GeyserSession session, com.nukkitx.protocol.bedrock.packet.LoginPacket loginPacket)static voidInventoryUtils.findOrCreateItem(GeyserSession session, com.github.steveice10.mc.protocol.data.game.entity.metadata.ItemStack itemStack)static voidInventoryUtils.findOrCreateItem(GeyserSession session, String itemName)Attempt to find the specified item name in the session's inventory.static doubleBlockUtils.getBreakTime(GeyserSession session, BlockMapping blockMapping, ItemMapping item, com.github.steveice10.opennbt.tag.builtin.CompoundTag nbtData, boolean isSessionPlayer)static BlockCollisionBlockUtils.getCollisionAt(GeyserSession session, int x, int y, int z)static BlockCollisionBlockUtils.getCollisionAt(GeyserSession session, com.nukkitx.math.vector.Vector3i blockPos)static intItemUtils.getCorrectBedrockDurability(GeyserSession session, int javaId, int original)static InventoryInventoryUtils.getInventory(GeyserSession session, int windowId)static doubleBlockUtils.getSessionBreakTime(GeyserSession session, BlockMapping blockMapping)voidNewsHandler.handleNews(GeyserSession session, NewsItemAction action)static voidChunkUtils.loadDimensionTag(GeyserSession session, com.github.steveice10.opennbt.tag.builtin.CompoundTag dimensionTag)Process the minimum and maximum heights for this dimension, and processes the world coordinate scale.static voidInventoryUtils.openInventory(GeyserSession session, Inventory inventory)static voidCooldownUtils.sendCooldown(GeyserSession session)Starts sending the fake cooldown to the Bedrock client.static voidChunkUtils.sendEmptyChunks(GeyserSession session, com.nukkitx.math.vector.Vector3i position, int radius, boolean forceUpdate)static voidPluginMessageUtils.sendMessage(GeyserSession session, String channel, byte[] data)static voidDimensionUtils.switchDimension(GeyserSession session, String javaDimension)static voidChunkUtils.updateBlock(GeyserSession session, int blockState, com.github.steveice10.mc.protocol.data.game.entity.metadata.Position position)Sends a block update to the Bedrock client.static voidChunkUtils.updateBlock(GeyserSession session, int blockState, com.nukkitx.math.vector.Vector3i position)Sends a block update to the Bedrock client.static voidBlockEntityUtils.updateBlockEntity(GeyserSession session, com.nukkitx.nbt.NbtMap blockEntity, com.github.steveice10.mc.protocol.data.game.entity.metadata.Position position)static voidBlockEntityUtils.updateBlockEntity(GeyserSession session, com.nukkitx.nbt.NbtMap blockEntity, com.nukkitx.math.vector.Vector3i position)static voidChunkUtils.updateChunkPosition(GeyserSession session, com.nukkitx.math.vector.Vector3i position)static voidInventoryUtils.updateCursor(GeyserSession session) -
Uses of GeyserSession in org.geysermc.geyser.util.collection
Methods in org.geysermc.geyser.util.collection with parameters of type GeyserSessionModifier and TypeMethodDescriptionvoidLecternHasBookMap.handleBlockChange(GeyserSession session, int blockState, com.nukkitx.math.vector.Vector3i position)Update a potential lectern within the world.