Uses of Class
org.geysermc.geyser.session.GeyserSession
Package
Description
Contains useful collections for use in Geyser.
-
Uses of GeyserSession in org.geysermc.connector.network.session
-
Uses of GeyserSession in org.geysermc.geyser
Modifier and TypeMethodDescription@Nullable GeyserSession
GeyserImpl.connectionByName(@NonNull String name)
@Nullable GeyserSession
GeyserImpl.connectionByUuid(@NonNull UUID uuid)
@Nullable GeyserSession
GeyserImpl.connectionByXuid(@NonNull String xuid)
-
Uses of GeyserSession in org.geysermc.geyser.command
Modifier and TypeMethodDescriptionabstract void
GeyserCommand.execute(GeyserSession session, CommandSender sender, String[] args)
-
Uses of GeyserSession in org.geysermc.geyser.command.defaults
Modifier and TypeMethodDescriptionvoid
AdvancedTooltipsCommand.execute(GeyserSession session, CommandSender sender, String[] args)
void
AdvancementsCommand.execute(GeyserSession session, CommandSender sender, String[] args)
void
DumpCommand.execute(GeyserSession session, CommandSender sender, String[] args)
void
HelpCommand.execute(GeyserSession session, CommandSender sender, String[] args)
Sends the help menu to a command sender.void
ListCommand.execute(GeyserSession session, CommandSender sender, String[] args)
void
OffhandCommand.execute(GeyserSession session, CommandSender sender, String[] args)
void
ReloadCommand.execute(GeyserSession session, CommandSender sender, String[] args)
void
SettingsCommand.execute(GeyserSession session, CommandSender sender, String[] args)
void
StatisticsCommand.execute(GeyserSession session, CommandSender sender, String[] args)
void
StopCommand.execute(GeyserSession session, CommandSender sender, String[] args)
void
VersionCommand.execute(GeyserSession session, CommandSender sender, String[] args)
-
Uses of GeyserSession in org.geysermc.geyser.entity
Modifier and TypeMethodDescriptionstatic void
InteractiveTagManager.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
Modifier 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
Modifier and TypeMethodDescriptionstatic ItemFrameEntity
ItemFrameEntity.getItemFrameEntity(GeyserSession session, com.nukkitx.math.vector.Vector3i position)
Finds the Java entity ID of an item frame from its Bedrock position.void
LivingEntity.updateArmor(GeyserSession session)
void
LivingEntity.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.void
LivingEntity.updateMainHand(GeyserSession session)
void
LivingEntity.updateOffHand(GeyserSession session)
ModifierConstructorDescriptionAbstractArrowEntity(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
ModifierConstructorDescriptionAbstractFishEntity(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
ModifierConstructorDescriptionAnimalEntity(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
ModifierConstructorDescriptionAbstractHorseEntity(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
ModifierConstructorDescriptionCatEntity(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
ModifierConstructorDescriptionAbstractMerchantEntity(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
ModifierConstructorDescriptionAbstractSkeletonEntity(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
Modifier and TypeMethodDescriptionvoid
PillagerEntity.updateMainHand(GeyserSession session)
void
PillagerEntity.updateOffHand(GeyserSession session)
ModifierConstructorDescriptionAbstractIllagerEntity(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
ModifierConstructorDescriptionPlayerEntity(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
Modifier and TypeMethodDescriptionEventSession.getSession()
Return theGeyserSession
for this Event -
Uses of GeyserSession in org.geysermc.geyser.event.events.geyser
-
Uses of GeyserSession in org.geysermc.geyser.event.events.network
Modifier and TypeMethodDescription@NonNull GeyserSession
SessionConnectEvent.getSession()
@NonNull GeyserSession
SessionDisconnectEvent.getSession()
ModifierConstructorDescriptionSessionConnectEvent(@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
Modifier and TypeMethodDescription@NonNull GeyserSession
DownstreamPacketReceiveEvent.getSession()
@NonNull GeyserSession
DownstreamPacketSendEvent.getSession()
@NonNull GeyserSession
UpstreamPacketReceiveEvent.getSession()
@NonNull GeyserSession
UpstreamPacketSendEvent.getSession()
Modifier 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 typeModifierConstructorDescriptionDownstreamPacketReceiveEvent(@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
ModifierConstructorDescriptionClientboundChatPacket(@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
ModifierConstructorDescriptionAddBehaviorTreePacketReceive(@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
Modifier and TypeMethodDescriptioncom.nukkitx.protocol.bedrock.data.inventory.EnchantOptionData
GeyserEnchantOption.build(GeyserSession session)
com.nukkitx.protocol.bedrock.data.inventory.ItemData
GeyserItemStack.getItemData(GeyserSession session)
GeyserItemStack.getMapping(GeyserSession session)
void
PlayerInventory.setCursor(@NonNull GeyserItemStack newCursor, GeyserSession session)
void
Container.setItem(int slot, @NonNull GeyserItemStack newItem, GeyserSession session)
void
Inventory.setItem(int slot, @NonNull GeyserItemStack newItem, GeyserSession session)
void
StonecutterContainer.setItem(int slot, @NonNull GeyserItemStack newItem, GeyserSession session)
protected static void
Inventory.updateItemNetId(GeyserItemStack oldItem, GeyserItemStack newItem, GeyserSession session)
-
Uses of GeyserSession in org.geysermc.geyser.inventory.click
ModifierConstructorDescriptionClickPlan(GeyserSession session, InventoryTranslator translator, Inventory inventory)
-
Uses of GeyserSession in org.geysermc.geyser.inventory.holder
Modifier and TypeMethodDescriptionprotected boolean
BlockInventoryHolder.checkInteractionPosition(GeyserSession session)
Will be overwritten in the beacon inventory translator to remove the check, since virtual inventories can't exist.void
BlockInventoryHolder.closeInventory(InventoryTranslator translator, GeyserSession session, Inventory inventory)
abstract void
InventoryHolder.closeInventory(InventoryTranslator translator, GeyserSession session, Inventory inventory)
void
BlockInventoryHolder.openInventory(InventoryTranslator translator, GeyserSession session, Inventory inventory)
abstract void
InventoryHolder.openInventory(InventoryTranslator translator, GeyserSession session, Inventory inventory)
void
BlockInventoryHolder.prepareInventory(InventoryTranslator translator, GeyserSession session, Inventory inventory)
abstract void
InventoryHolder.prepareInventory(InventoryTranslator translator, GeyserSession session, Inventory inventory)
protected void
BlockInventoryHolder.setCustomName(GeyserSession session, com.nukkitx.math.vector.Vector3i position, Inventory inventory, int javaBlockState)
-
Uses of GeyserSession in org.geysermc.geyser.inventory.updater
Modifier and TypeMethodDescriptionint
AnvilInventoryUpdater.calcLevelCost(GeyserSession session, AnvilContainer anvilContainer, boolean bedrock)
Calculate the number of levels needed to combine/rename an itemvoid
AnvilInventoryUpdater.updateInventory(InventoryTranslator translator, GeyserSession session, Inventory inventory)
void
ChestInventoryUpdater.updateInventory(InventoryTranslator translator, GeyserSession session, Inventory inventory)
void
ContainerInventoryUpdater.updateInventory(InventoryTranslator translator, GeyserSession session, Inventory inventory)
void
HorseInventoryUpdater.updateInventory(InventoryTranslator translator, GeyserSession session, Inventory inventory)
void
InventoryUpdater.updateInventory(InventoryTranslator translator, GeyserSession session, Inventory inventory)
void
UIInventoryUpdater.updateInventory(InventoryTranslator translator, GeyserSession session, Inventory inventory)
boolean
AnvilInventoryUpdater.updateSlot(InventoryTranslator translator, GeyserSession session, Inventory inventory, int javaSlot)
boolean
ChestInventoryUpdater.updateSlot(InventoryTranslator translator, GeyserSession session, Inventory inventory, int javaSlot)
boolean
ContainerInventoryUpdater.updateSlot(InventoryTranslator translator, GeyserSession session, Inventory inventory, int javaSlot)
boolean
HorseInventoryUpdater.updateSlot(InventoryTranslator translator, GeyserSession session, Inventory inventory, int javaSlot)
boolean
InventoryUpdater.updateSlot(InventoryTranslator translator, GeyserSession session, Inventory inventory, int javaSlot)
boolean
UIInventoryUpdater.updateSlot(InventoryTranslator translator, GeyserSession session, Inventory inventory, int javaSlot)
-
Uses of GeyserSession in org.geysermc.geyser.level
Modifier and TypeMethodDescriptionint
GeyserWorldManager.getBlockAt(GeyserSession session, int x, int y, int z)
abstract int
WorldManager.getBlockAt(GeyserSession session, int x, int y, int z)
Gets the Java block state at the specified locationint
WorldManager.getBlockAt(GeyserSession session, com.github.steveice10.mc.protocol.data.game.entity.metadata.Position position)
Gets the Java block state at the specified locationint
WorldManager.getBlockAt(GeyserSession session, com.nukkitx.math.vector.Vector3i vector)
Gets the Java block state at the specified locationGeyserWorldManager.getGameRuleBool(GeyserSession session, GameRule gameRule)
abstract Boolean
WorldManager.getGameRuleBool(GeyserSession session, GameRule gameRule)
Gets a gamerule value as a booleanint
GeyserWorldManager.getGameRuleInt(GeyserSession session, GameRule gameRule)
abstract int
WorldManager.getGameRuleInt(GeyserSession session, GameRule gameRule)
Get a gamerule value as an integercom.nukkitx.nbt.NbtMap
GeyserWorldManager.getLecternDataAt(GeyserSession session, int x, int y, int z, boolean isChunkLoad)
abstract com.nukkitx.nbt.NbtMap
WorldManager.getLecternDataAt(GeyserSession session, int x, int y, int z, boolean isChunkLoad)
Sigh.boolean
GeyserWorldManager.hasPermission(GeyserSession session, String permission)
abstract boolean
WorldManager.hasPermission(GeyserSession session, String permission)
Checks if the given session's player has a permissionvoid
GeyserWorldManager.setDifficulty(GeyserSession session, com.github.steveice10.mc.protocol.data.game.setting.Difficulty difficulty)
abstract void
WorldManager.setDifficulty(GeyserSession session, com.github.steveice10.mc.protocol.data.game.setting.Difficulty difficulty)
Change the difficulty of the Java servervoid
GeyserWorldManager.setGameRule(GeyserSession session, String name, Object value)
abstract void
WorldManager.setGameRule(GeyserSession session, String name, Object value)
Updates a gamerule value on the Java servervoid
GeyserWorldManager.setPlayerGameMode(GeyserSession session, com.github.steveice10.mc.protocol.data.game.entity.player.GameMode gameMode)
abstract void
WorldManager.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
-
Uses of GeyserSession in org.geysermc.geyser.network
-
Uses of GeyserSession in org.geysermc.geyser.platform.spigot.world
Modifier and TypeMethodDescriptionvoid
GeyserSpigot1_11CraftingListener.sendServerRecipes(GeyserSession session)
-
Uses of GeyserSession in org.geysermc.geyser.platform.spigot.world.manager
Modifier and TypeMethodDescriptionint
GeyserSpigot1_12NativeWorldManager.getBlockAt(GeyserSession session, int x, int y, int z)
int
GeyserSpigot1_12WorldManager.getBlockAt(GeyserSession session, int x, int y, int z)
int
GeyserSpigotFallbackWorldManager.getBlockAt(GeyserSession session, int x, int y, int z)
int
GeyserSpigotLegacyNativeWorldManager.getBlockAt(GeyserSession session, int x, int y, int z)
int
GeyserSpigotNativeWorldManager.getBlockAt(GeyserSession session, int x, int y, int z)
int
GeyserSpigotWorldManager.getBlockAt(GeyserSession session, int x, int y, int z)
GeyserSpigotWorldManager.getGameRuleBool(GeyserSession session, GameRule gameRule)
int
GeyserSpigotWorldManager.getGameRuleInt(GeyserSession session, GameRule gameRule)
com.nukkitx.nbt.NbtMap
GeyserSpigotWorldManager.getLecternDataAt(GeyserSession session, int x, int y, int z, boolean isChunkLoad)
boolean
GeyserSpigotWorldManager.hasPermission(GeyserSession session, String permission)
-
Uses of GeyserSession in org.geysermc.geyser.registry
Modifier and TypeMethodDescription<P extends T>
booleanPacketTranslatorRegistry.translate(Class<? extends P> clazz, P packet, GeyserSession session)
-
Uses of GeyserSession in org.geysermc.geyser.registry.type
-
Uses of GeyserSession in org.geysermc.geyser.scoreboard
ModifierConstructorDescriptionScoreboard(GeyserSession session)
ScoreboardSession(GeyserSession session)
-
Uses of GeyserSession in org.geysermc.geyser.session
Modifier 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.Modifier and TypeMethodDescriptionvoid
SessionManager.addPendingSession(GeyserSession session)
Called once the player has successfully authenticated to the Geyser server.void
SessionManager.addSession(UUID uuid, GeyserSession session)
Called once a player has successfully logged into their Java server.void
SessionManager.removeSession(GeyserSession session)
-
Uses of GeyserSession in org.geysermc.geyser.session.cache
Modifier and TypeMethodDescriptionstatic void
WorldBorder.removeFog(GeyserSession session)
Clear any additional fog sent to the clientstatic void
WorldBorder.sendFog(GeyserSession session, String... fogNameSpaces)
Send the following fog IDs to the clientModifierConstructorDescriptionAdvancementsCache(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
Modifier and TypeMethodDescriptionstatic com.nukkitx.protocol.bedrock.packet.PlayerListPacket.Entry
SkinManager.buildCachedEntry(GeyserSession session, PlayerEntity playerEntity)
Builds a Bedrock player list entry from our existing, cached Bedrock skin informationstatic com.nukkitx.protocol.bedrock.packet.PlayerListPacket.Entry
SkinManager.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 void
SkullSkinManager.requestAndHandleSkin(PlayerEntity entity, GeyserSession session, Consumer<SkinProvider.Skin> skinConsumer)
static void
SkinManager.requestAndHandleSkinAndCape(PlayerEntity entity, GeyserSession session, Consumer<SkinProvider.SkinAndCape> skinAndCapeConsumer)
static void
FakeHeadProvider.restoreOriginalSkin(GeyserSession session, LivingEntity livingEntity)
static void
FakeHeadProvider.setHead(GeyserSession session, PlayerEntity entity, com.github.steveice10.opennbt.tag.builtin.CompoundTag profileTag)
-
Uses of GeyserSession in org.geysermc.geyser.translator.collision
Modifier and TypeMethodDescriptionboolean
BlockCollision.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 snowboolean
DoorCollision.correctPosition(GeyserSession session, int x, int y, int z, BoundingBox playerCollision)
boolean
ScaffoldingCollision.correctPosition(GeyserSession session, int x, int y, int z, BoundingBox playerCollision)
boolean
SnowCollision.correctPosition(GeyserSession session, int x, int y, int z, BoundingBox playerCollision)
boolean
TrapdoorCollision.correctPosition(GeyserSession session, int x, int y, int z, BoundingBox playerCollision)
-
Uses of GeyserSession in org.geysermc.geyser.translator.inventory
Modifier and TypeMethodDescriptionboolean
InventoryTranslator.checkNetId(GeyserSession session, Inventory inventory, com.nukkitx.protocol.bedrock.data.inventory.StackRequestSlotInfoData slotInfoData)
void
AbstractBlockInventoryTranslator.closeInventory(GeyserSession session, Inventory inventory)
abstract void
InventoryTranslator.closeInventory(GeyserSession session, Inventory inventory)
void
LecternInventoryTranslator.closeInventory(GeyserSession session, Inventory inventory)
void
MerchantInventoryTranslator.closeInventory(GeyserSession session, Inventory inventory)
void
PlayerInventoryTranslator.closeInventory(GeyserSession session, Inventory inventory)
protected void
InventoryTranslator.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.ItemEntry
InventoryTranslator.makeItemEntry(GeyserSession session, int bedrockSlot, GeyserItemStack itemStack)
void
AbstractBlockInventoryTranslator.openInventory(GeyserSession session, Inventory inventory)
void
BrewingInventoryTranslator.openInventory(GeyserSession session, Inventory inventory)
void
Generic3X3InventoryTranslator.openInventory(GeyserSession session, Inventory inventory)
abstract void
InventoryTranslator.openInventory(GeyserSession session, Inventory inventory)
void
LecternInventoryTranslator.openInventory(GeyserSession session, Inventory inventory)
void
MerchantInventoryTranslator.openInventory(GeyserSession session, Inventory inventory)
void
PlayerInventoryTranslator.openInventory(GeyserSession session, Inventory inventory)
void
AbstractBlockInventoryTranslator.prepareInventory(GeyserSession session, Inventory inventory)
abstract void
InventoryTranslator.prepareInventory(GeyserSession session, Inventory inventory)
void
LecternInventoryTranslator.prepareInventory(GeyserSession session, Inventory inventory)
void
MerchantInventoryTranslator.prepareInventory(GeyserSession session, Inventory inventory)
void
PlayerInventoryTranslator.prepareInventory(GeyserSession session, Inventory inventory)
boolean
CartographyInventoryTranslator.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)
boolean
InventoryTranslator.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.boolean
LoomInventoryTranslator.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.Response
InventoryTranslator.translateAutoCraftingRequest(GeyserSession session, Inventory inventory, com.nukkitx.protocol.bedrock.data.inventory.ItemStackRequest request)
com.nukkitx.protocol.bedrock.packet.ItemStackResponsePacket.Response
MerchantInventoryTranslator.translateAutoCraftingRequest(GeyserSession session, Inventory inventory, com.nukkitx.protocol.bedrock.data.inventory.ItemStackRequest request)
com.nukkitx.protocol.bedrock.packet.ItemStackResponsePacket.Response
InventoryTranslator.translateCraftingRequest(GeyserSession session, Inventory inventory, com.nukkitx.protocol.bedrock.data.inventory.ItemStackRequest request)
com.nukkitx.protocol.bedrock.packet.ItemStackResponsePacket.Response
InventoryTranslator.translateCreativeRequest(GeyserSession session, Inventory inventory, com.nukkitx.protocol.bedrock.data.inventory.ItemStackRequest request)
Handled inPlayerInventoryTranslator
com.nukkitx.protocol.bedrock.packet.ItemStackResponsePacket.Response
PlayerInventoryTranslator.translateCreativeRequest(GeyserSession session, Inventory inventory, com.nukkitx.protocol.bedrock.data.inventory.ItemStackRequest request)
com.nukkitx.protocol.bedrock.packet.ItemStackResponsePacket.Response
InventoryTranslator.translateRequest(GeyserSession session, Inventory inventory, com.nukkitx.protocol.bedrock.data.inventory.ItemStackRequest request)
com.nukkitx.protocol.bedrock.packet.ItemStackResponsePacket.Response
PlayerInventoryTranslator.translateRequest(GeyserSession session, Inventory inventory, com.nukkitx.protocol.bedrock.data.inventory.ItemStackRequest request)
void
InventoryTranslator.translateRequests(GeyserSession session, Inventory inventory, List<com.nukkitx.protocol.bedrock.data.inventory.ItemStackRequest> requests)
com.nukkitx.protocol.bedrock.packet.ItemStackResponsePacket.Response
BeaconInventoryTranslator.translateSpecialRequest(GeyserSession session, Inventory inventory, com.nukkitx.protocol.bedrock.data.inventory.ItemStackRequest request)
com.nukkitx.protocol.bedrock.packet.ItemStackResponsePacket.Response
EnchantingInventoryTranslator.translateSpecialRequest(GeyserSession session, Inventory inventory, com.nukkitx.protocol.bedrock.data.inventory.ItemStackRequest request)
com.nukkitx.protocol.bedrock.packet.ItemStackResponsePacket.Response
InventoryTranslator.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.Response
LoomInventoryTranslator.translateSpecialRequest(GeyserSession session, Inventory inventory, com.nukkitx.protocol.bedrock.data.inventory.ItemStackRequest request)
com.nukkitx.protocol.bedrock.packet.ItemStackResponsePacket.Response
StonecutterInventoryTranslator.translateSpecialRequest(GeyserSession session, Inventory inventory, com.nukkitx.protocol.bedrock.data.inventory.ItemStackRequest request)
static void
PlayerInventoryTranslator.updateCraftingGrid(GeyserSession session, Inventory inventory)
Update the crafting grid for the player to hide/show the barriers in the creative inventoryvoid
AbstractBlockInventoryTranslator.updateInventory(GeyserSession session, Inventory inventory)
abstract void
InventoryTranslator.updateInventory(GeyserSession session, Inventory inventory)
void
LecternInventoryTranslator.updateInventory(GeyserSession session, Inventory inventory)
void
MerchantInventoryTranslator.updateInventory(GeyserSession session, Inventory inventory)
void
PlayerInventoryTranslator.updateInventory(GeyserSession session, Inventory inventory)
void
AnvilInventoryTranslator.updateProperty(GeyserSession session, Inventory inventory, int key, int value)
void
BaseInventoryTranslator.updateProperty(GeyserSession session, Inventory inventory, int key, int value)
void
BeaconInventoryTranslator.updateProperty(GeyserSession session, Inventory inventory, int key, int value)
void
BrewingInventoryTranslator.updateProperty(GeyserSession session, Inventory inventory, int key, int value)
void
EnchantingInventoryTranslator.updateProperty(GeyserSession session, Inventory inventory, int key, int value)
abstract void
InventoryTranslator.updateProperty(GeyserSession session, Inventory inventory, int key, int value)
void
LecternInventoryTranslator.updateProperty(GeyserSession session, Inventory inventory, int key, int value)
void
PlayerInventoryTranslator.updateProperty(GeyserSession session, Inventory inventory, int key, int value)
void
AbstractBlockInventoryTranslator.updateSlot(GeyserSession session, Inventory inventory, int slot)
abstract void
InventoryTranslator.updateSlot(GeyserSession session, Inventory inventory, int slot)
void
LecternInventoryTranslator.updateSlot(GeyserSession session, Inventory inventory, int slot)
void
MerchantInventoryTranslator.updateSlot(GeyserSession session, Inventory inventory, int slot)
void
PlayerInventoryTranslator.updateSlot(GeyserSession session, Inventory inventory, int slot)
-
Uses of GeyserSession in org.geysermc.geyser.translator.inventory.chest
Modifier and TypeMethodDescriptionvoid
DoubleChestInventoryTranslator.closeInventory(GeyserSession session, Inventory inventory)
void
SingleChestInventoryTranslator.closeInventory(GeyserSession session, Inventory inventory)
void
DoubleChestInventoryTranslator.openInventory(GeyserSession session, Inventory inventory)
void
SingleChestInventoryTranslator.openInventory(GeyserSession session, Inventory inventory)
void
DoubleChestInventoryTranslator.prepareInventory(GeyserSession session, Inventory inventory)
void
SingleChestInventoryTranslator.prepareInventory(GeyserSession session, Inventory inventory)
boolean
ChestInventoryTranslator.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)
void
ChestInventoryTranslator.updateInventory(GeyserSession session, Inventory inventory)
void
ChestInventoryTranslator.updateSlot(GeyserSession session, Inventory inventory, int slot)
-
Uses of GeyserSession in org.geysermc.geyser.translator.inventory.furnace
Modifier and TypeMethodDescriptionvoid
AbstractFurnaceInventoryTranslator.updateProperty(GeyserSession session, Inventory inventory, int key, int value)
-
Uses of GeyserSession in org.geysermc.geyser.translator.inventory.horse
Modifier and TypeMethodDescriptionvoid
AbstractHorseInventoryTranslator.closeInventory(GeyserSession session, Inventory inventory)
void
AbstractHorseInventoryTranslator.openInventory(GeyserSession session, Inventory inventory)
void
AbstractHorseInventoryTranslator.prepareInventory(GeyserSession session, Inventory inventory)
void
AbstractHorseInventoryTranslator.updateInventory(GeyserSession session, Inventory inventory)
void
ChestedHorseInventoryTranslator.updateInventory(GeyserSession session, Inventory inventory)
void
AbstractHorseInventoryTranslator.updateSlot(GeyserSession session, Inventory inventory, int slot)
-
Uses of GeyserSession in org.geysermc.geyser.translator.inventory.item
Modifier and TypeMethodDescriptionstatic com.github.steveice10.opennbt.tag.builtin.CompoundTag
ItemTranslator.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.CompoundTag
ItemTranslator.translateDisplayProperties(GeyserSession session, com.github.steveice10.opennbt.tag.builtin.CompoundTag tag, ItemMapping mapping, char translationColor)
static com.nukkitx.protocol.bedrock.data.inventory.ItemData
ItemTranslator.translateToBedrock(GeyserSession session, com.github.steveice10.mc.protocol.data.game.entity.metadata.ItemStack stack)
void
NbtItemStackTranslator.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
Modifier and TypeMethodDescriptionvoid
AxolotlBucketTranslator.translateToBedrock(GeyserSession session, com.github.steveice10.opennbt.tag.builtin.CompoundTag itemTag, ItemMapping mapping)
void
BasicItemTranslator.translateToBedrock(GeyserSession session, com.github.steveice10.opennbt.tag.builtin.CompoundTag itemTag, ItemMapping mapping)
void
BookPagesTranslator.translateToBedrock(GeyserSession session, com.github.steveice10.opennbt.tag.builtin.CompoundTag itemTag, ItemMapping mapping)
void
CrossbowTranslator.translateToBedrock(GeyserSession session, com.github.steveice10.opennbt.tag.builtin.CompoundTag itemTag, ItemMapping mapping)
void
EnchantedBookTranslator.translateToBedrock(GeyserSession session, com.github.steveice10.opennbt.tag.builtin.CompoundTag itemTag, ItemMapping mapping)
void
EnchantmentTranslator.translateToBedrock(GeyserSession session, com.github.steveice10.opennbt.tag.builtin.CompoundTag itemTag, ItemMapping mapping)
void
FireworkRocketTranslator.translateToBedrock(GeyserSession session, com.github.steveice10.opennbt.tag.builtin.CompoundTag itemTag, ItemMapping mapping)
void
FireworkStarTranslator.translateToBedrock(GeyserSession session, com.github.steveice10.opennbt.tag.builtin.CompoundTag itemTag, ItemMapping mapping)
void
LeatherArmorTranslator.translateToBedrock(GeyserSession session, com.github.steveice10.opennbt.tag.builtin.CompoundTag itemTag, ItemMapping mapping)
void
LodestoneCompassTranslator.translateToBedrock(GeyserSession session, com.github.steveice10.opennbt.tag.builtin.CompoundTag itemTag, ItemMapping mapping)
void
MapItemTranslator.translateToBedrock(GeyserSession session, com.github.steveice10.opennbt.tag.builtin.CompoundTag itemTag, ItemMapping mapping)
void
PlayerHeadTranslator.translateToBedrock(GeyserSession session, com.github.steveice10.opennbt.tag.builtin.CompoundTag itemTag, ItemMapping mapping)
void
ShulkerBoxItemTranslator.translateToBedrock(GeyserSession session, com.github.steveice10.opennbt.tag.builtin.CompoundTag itemTag, ItemMapping mapping)
void
TropicalFishBucketTranslator.translateToBedrock(GeyserSession session, com.github.steveice10.opennbt.tag.builtin.CompoundTag itemTag, ItemMapping mapping)
-
Uses of GeyserSession in org.geysermc.geyser.translator.level
Modifier and TypeMethodDescriptionstatic void
BiomeTranslator.loadServerBiomes(GeyserSession session, com.github.steveice10.opennbt.tag.builtin.CompoundTag codec)
static BlockStorage
BiomeTranslator.toNewBedrockBiome(GeyserSession session, com.github.steveice10.mc.protocol.data.game.chunk.DataPalette biomeData)
-
Uses of GeyserSession in org.geysermc.geyser.translator.level.block.entity
Modifier and TypeMethodDescriptionstatic com.nukkitx.nbt.NbtMap
BedrockOnlyBlockEntity.getTag(GeyserSession session, com.nukkitx.math.vector.Vector3i position, int blockState)
Get the tag of the Bedrock-only block entitystatic com.nukkitx.nbt.NbtMap
FlowerPotBlockEntityTranslator.getTag(GeyserSession session, int blockState, com.nukkitx.math.vector.Vector3i position)
Get the Nukkit CompoundTag of the flower pot.static void
SkullBlockEntityTranslator.spawnPlayer(GeyserSession session, com.github.steveice10.opennbt.tag.builtin.CompoundTag tag, int posX, int posY, int posZ, int blockState)
static void
NoteblockBlockEntityTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.data.game.entity.metadata.Position position)
void
BedrockOnlyBlockEntity.updateBlock(GeyserSession session, int blockState, com.nukkitx.math.vector.Vector3i position)
Update the block on Bedrock Edition.void
DoubleChestBlockEntityTranslator.updateBlock(GeyserSession session, int blockState, com.nukkitx.math.vector.Vector3i position)
void
FlowerPotBlockEntityTranslator.updateBlock(GeyserSession session, int blockState, com.nukkitx.math.vector.Vector3i position)
ModifierConstructorDescriptionPistonBlockEntity(GeyserSession session, com.nukkitx.math.vector.Vector3i position, Direction orientation, boolean sticky, boolean extended)
-
Uses of GeyserSession in org.geysermc.geyser.translator.level.event
Modifier and TypeMethodDescriptionvoid
LevelEventTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.level.ClientboundLevelEventPacket packet)
Translates the givenClientboundLevelEventPacket
into bedrock and sends it upstream.void
PlaySoundEventTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.level.ClientboundLevelEventPacket packet)
void
SoundEventEventTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.level.ClientboundLevelEventPacket packet)
void
SoundLevelEventTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.level.ClientboundLevelEventPacket packet)
-
Uses of GeyserSession in org.geysermc.geyser.translator.protocol
Modifier and TypeMethodDescriptionabstract void
PacketTranslator.translate(GeyserSession session, T packet)
-
Uses of GeyserSession in org.geysermc.geyser.translator.protocol.bedrock
Modifier and TypeMethodDescriptionvoid
BedrockAdventureSettingsTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.AdventureSettingsPacket packet)
void
BedrockAnimateTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.AnimatePacket packet)
void
BedrockBlockEntityDataTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.BlockEntityDataPacket packet)
void
BedrockBlockPickRequestTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.BlockPickRequestPacket packet)
void
BedrockBookEditTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.BookEditPacket packet)
void
BedrockCommandBlockUpdateTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.CommandBlockUpdatePacket packet)
void
BedrockCommandRequestTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.CommandRequestPacket packet)
void
BedrockContainerCloseTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.ContainerClosePacket packet)
void
BedrockEmoteListTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.EmoteListPacket packet)
void
BedrockEntityPickRequestTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.EntityPickRequestPacket packet)
void
BedrockFilterTextTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.FilterTextPacket packet)
void
BedrockInventoryTransactionTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.InventoryTransactionPacket packet)
void
BedrockItemFrameDropItemTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.ItemFrameDropItemPacket packet)
void
BedrockItemStackRequestTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.ItemStackRequestPacket packet)
void
BedrockLecternUpdateTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.LecternUpdatePacket packet)
void
BedrockMapInfoRequestTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.MapInfoRequestPacket packet)
void
BedrockMobEquipmentTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.MobEquipmentPacket packet)
void
BedrockMoveEntityAbsoluteTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.MoveEntityAbsolutePacket packet)
void
BedrockNetworkStackLatencyTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.NetworkStackLatencyPacket packet)
void
BedrockPacketViolationWarningTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.PacketViolationWarningPacket packet)
void
BedrockPlayerInputTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.PlayerInputPacket packet)
void
BedrockPositionTrackingDBClientRequestTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.PositionTrackingDBClientRequestPacket packet)
void
BedrockRespawnTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.RespawnPacket packet)
void
BedrockServerSettingsRequestTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.ServerSettingsRequestPacket packet)
void
BedrockSetLocalPlayerAsInitializedTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.SetLocalPlayerAsInitializedPacket packet)
void
BedrockShowCreditsTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.ShowCreditsPacket packet)
void
BedrockTextTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.TextPacket packet)
-
Uses of GeyserSession in org.geysermc.geyser.translator.protocol.bedrock.entity
Modifier and TypeMethodDescriptionvoid
BedrockEntityEventTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.EntityEventPacket packet)
-
Uses of GeyserSession in org.geysermc.geyser.translator.protocol.bedrock.entity.player
Modifier and TypeMethodDescriptionvoid
BedrockActionTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.PlayerActionPacket packet)
void
BedrockEmoteTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.EmotePacket packet)
void
BedrockInteractTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.InteractPacket packet)
void
BedrockMovePlayerTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.MovePlayerPacket packet)
void
BedrockRiderJumpTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.RiderJumpPacket packet)
void
BedrockSetPlayerGameTypeTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.SetPlayerGameTypePacket packet)
-
Uses of GeyserSession in org.geysermc.geyser.translator.protocol.bedrock.world
Modifier and TypeMethodDescriptionvoid
BedrockLevelSoundEventTranslator.translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.LevelSoundEventPacket packet)
-
Uses of GeyserSession in org.geysermc.geyser.translator.protocol.java
Modifier and TypeMethodDescriptionvoid
JavaUpdateAdvancementsTranslator.sendToolbarAdvancementUpdates(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.ClientboundUpdateAdvancementsPacket packet)
Handle all advancements progress updatesvoid
JavaAwardStatsTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.ClientboundAwardStatsPacket packet)
void
JavaBossEventTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.ClientboundBossEventPacket packet)
void
JavaChangeDifficultyTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.ClientboundChangeDifficultyPacket packet)
void
JavaChatTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.ClientboundChatPacket packet)
void
JavaCommandsTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.ClientboundCommandsPacket packet)
void
JavaCustomPayloadTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.ClientboundCustomPayloadPacket packet)
void
JavaCustomQueryTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.login.clientbound.ClientboundCustomQueryPacket packet)
void
JavaDisconnectTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.ClientboundDisconnectPacket packet)
void
JavaGameProfileTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.login.clientbound.ClientboundGameProfilePacket packet)
void
JavaKeepAliveTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.ClientboundKeepAlivePacket packet)
void
JavaLoginDisconnectTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.login.clientbound.ClientboundLoginDisconnectPacket packet)
void
JavaLoginTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.ClientboundLoginPacket packet)
void
JavaPingTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.ClientboundPingPacket packet)
void
JavaRecipeTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.ClientboundRecipePacket packet)
void
JavaRespawnTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.ClientboundRespawnPacket packet)
void
JavaSelectAdvancementsTabTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.ClientboundSelectAdvancementsTabPacket packet)
void
JavaUpdateAdvancementsTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.ClientboundUpdateAdvancementsPacket packet)
void
JavaUpdateRecipesTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.ClientboundUpdateRecipesPacket packet)
void
JavaUpdateTagsTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.ClientboundUpdateTagsPacket packet)
-
Uses of GeyserSession in org.geysermc.geyser.translator.protocol.java.entity
Modifier and TypeMethodDescriptionvoid
JavaAnimateTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.entity.ClientboundAnimatePacket packet)
void
JavaEntityEventTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.entity.ClientboundEntityEventPacket packet)
void
JavaMoveEntityPosRotTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.entity.ClientboundMoveEntityPosRotPacket packet)
void
JavaMoveEntityPosTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.entity.ClientboundMoveEntityPosPacket packet)
void
JavaMoveEntityRotTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.entity.ClientboundMoveEntityRotPacket packet)
void
JavaMoveVehicleTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.entity.ClientboundMoveVehiclePacket packet)
void
JavaRemoveEntitiesTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.entity.ClientboundRemoveEntitiesPacket packet)
void
JavaRemoveMobEffectTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.entity.ClientboundRemoveMobEffectPacket packet)
void
JavaRotateHeadTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.entity.ClientboundRotateHeadPacket packet)
void
JavaSetEntityDataTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.entity.ClientboundSetEntityDataPacket packet)
void
JavaSetEntityLinkTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.entity.ClientboundSetEntityLinkPacket packet)
void
JavaSetEntityMotionTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.entity.ClientboundSetEntityMotionPacket packet)
void
JavaSetEquipmentTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.entity.ClientboundSetEquipmentPacket packet)
void
JavaSetPassengersTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.entity.ClientboundSetPassengersPacket packet)
void
JavaTakeItemEntityTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.entity.ClientboundTakeItemEntityPacket packet)
void
JavaTeleportEntityTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.entity.ClientboundTeleportEntityPacket packet)
void
JavaUpdateAttributesTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.entity.ClientboundUpdateAttributesPacket packet)
void
JavaUpdateMobEffectTranslator.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
Modifier and TypeMethodDescriptionvoid
JavaBlockBreakAckTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.entity.player.ClientboundBlockBreakAckPacket packet)
void
JavaPlayerAbilitiesTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.entity.player.ClientboundPlayerAbilitiesPacket packet)
void
JavaPlayerInfoTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.ClientboundPlayerInfoPacket packet)
void
JavaPlayerPositionTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.entity.player.ClientboundPlayerPositionPacket packet)
void
JavaSetCarriedItemTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.entity.player.ClientboundSetCarriedItemPacket packet)
void
JavaSetExperienceTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.entity.player.ClientboundSetExperiencePacket packet)
void
JavaSetHealthTranslator.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
Modifier and TypeMethodDescriptionvoid
JavaAddEntityTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.entity.spawn.ClientboundAddEntityPacket packet)
void
JavaAddExperienceOrbTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.entity.spawn.ClientboundAddExperienceOrbPacket packet)
void
JavaAddMobTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.entity.spawn.ClientboundAddMobPacket packet)
void
JavaAddPaintingTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.entity.spawn.ClientboundAddPaintingPacket packet)
void
JavaAddPlayerTranslator.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
Modifier and TypeMethodDescriptionvoid
JavaContainerCloseTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.inventory.ClientboundContainerClosePacket packet)
void
JavaContainerSetContentTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.inventory.ClientboundContainerSetContentPacket packet)
void
JavaContainerSetDataTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.inventory.ClientboundContainerSetDataPacket packet)
void
JavaContainerSetSlotTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.inventory.ClientboundContainerSetSlotPacket packet)
void
JavaHorseScreenOpenTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.inventory.ClientboundHorseScreenOpenPacket packet)
void
JavaMerchantOffersTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.inventory.ClientboundMerchantOffersPacket packet)
void
JavaOpenScreenTranslator.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
Modifier and TypeMethodDescriptionvoid
JavaBlockDestructionTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.level.ClientboundBlockDestructionPacket packet)
void
JavaBlockEntityDataTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.level.ClientboundBlockEntityDataPacket packet)
void
JavaBlockEventTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.level.ClientboundBlockEventPacket packet)
void
JavaBlockUpdateTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.level.ClientboundBlockUpdatePacket packet)
void
JavaCustomSoundTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.level.ClientboundCustomSoundPacket packet)
void
JavaExplodeTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.level.ClientboundExplodePacket packet)
void
JavaForgetLevelChunkTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.level.ClientboundForgetLevelChunkPacket packet)
void
JavaGameEventTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.level.ClientboundGameEventPacket packet)
void
JavaLevelChunkWithLightTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.level.ClientboundLevelChunkWithLightPacket packet)
void
JavaLevelEventTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.level.ClientboundLevelEventPacket packet)
void
JavaLevelParticlesTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.level.ClientboundLevelParticlesPacket packet)
void
JavaMapItemDataTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.level.ClientboundMapItemDataPacket packet)
void
JavaSectionBlocksUpdateTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.level.ClientboundSectionBlocksUpdatePacket packet)
void
JavaSetChunkCacheCenterTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.level.ClientboundSetChunkCacheCenterPacket packet)
void
JavaSetChunkCacheRadiusTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.level.ClientboundSetChunkCacheRadiusPacket packet)
void
JavaSetDefaultSpawnPositionTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.level.ClientboundSetDefaultSpawnPositionPacket packet)
void
JavaSetTimeTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.level.ClientboundSetTimePacket packet)
void
JavaSoundTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.level.ClientboundSoundPacket packet)
void
JavaStopSoundTranslator.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
Modifier and TypeMethodDescriptionvoid
JavaInitializeBorderTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.level.border.ClientboundInitializeBorderPacket packet)
void
JavaSetBorderCenterTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.level.border.ClientboundSetBorderCenterPacket packet)
void
JavaSetBorderLerpSizeTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.level.border.ClientboundSetBorderLerpSizePacket packet)
void
JavaSetBorderSizeTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.level.border.ClientboundSetBorderSizePacket packet)
void
JavaSetBorderWarningDelayTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.level.border.ClientboundSetBorderWarningDelayPacket packet)
void
JavaSetBorderWarningDistanceTranslator.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
Modifier and TypeMethodDescriptionvoid
JavaSetDisplayObjectiveTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.scoreboard.ClientboundSetDisplayObjectivePacket packet)
void
JavaSetObjectiveTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.scoreboard.ClientboundSetObjectivePacket packet)
void
JavaSetPlayerTeamTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.scoreboard.ClientboundSetPlayerTeamPacket packet)
void
JavaSetScoreTranslator.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
Modifier and TypeMethodDescriptionvoid
JavaClearTitlesTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.title.ClientboundClearTitlesPacket packet)
void
JavaSetActionBarTextTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.title.ClientboundSetActionBarTextPacket packet)
void
JavaSetSubtitleTextTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.title.ClientboundSetSubtitleTextPacket packet)
void
JavaSetTitlesAnimationTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.title.ClientboundSetTitlesAnimationPacket packet)
void
JavaSetTitleTextTranslator.translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.title.ClientboundSetTitleTextPacket packet)
-
Uses of GeyserSession in org.geysermc.geyser.translator.sound
Modifier and TypeMethodDescriptionstatic boolean
BlockSoundInteractionTranslator.canInteract(GeyserSession session, GeyserItemStack itemInHand, String blockIdentifier)
Determines if the adventure gamemode would prevent this item from actually succeedingstatic void
BlockSoundInteractionTranslator.handleBlockInteraction(GeyserSession session, com.nukkitx.math.vector.Vector3f position, String identifier)
Handles the block interaction when a player right-clicks a block.static void
EntitySoundInteractionTranslator.handleEntityInteraction(GeyserSession session, com.nukkitx.math.vector.Vector3f position, Entity entity)
Handles the block interaction when a player right-clicks an entity.void
SoundInteractionTranslator.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
Modifier and TypeMethodDescriptionvoid
BucketSoundInteractionTranslator.translate(GeyserSession session, com.nukkitx.math.vector.Vector3f position, String identifier)
void
ComparatorSoundInteractionTranslator.translate(GeyserSession session, com.nukkitx.math.vector.Vector3f position, String identifier)
void
DoorSoundInteractionTranslator.translate(GeyserSession session, com.nukkitx.math.vector.Vector3f position, String identifier)
void
FlintAndSteelInteractionTranslator.translate(GeyserSession session, com.nukkitx.math.vector.Vector3f position, String identifier)
void
GrassPathInteractionTranslator.translate(GeyserSession session, com.nukkitx.math.vector.Vector3f position, String identifier)
void
HoeInteractionTranslator.translate(GeyserSession session, com.nukkitx.math.vector.Vector3f position, String identifier)
void
LeverSoundInteractionTranslator.translate(GeyserSession session, com.nukkitx.math.vector.Vector3f position, String identifier)
-
Uses of GeyserSession in org.geysermc.geyser.translator.sound.entity
Modifier and TypeMethodDescriptionvoid
FeedBabySoundInteractionTranslator.translate(GeyserSession session, com.nukkitx.math.vector.Vector3f position, Entity entity)
void
MilkEntitySoundInteractionTranslator.translate(GeyserSession session, com.nukkitx.math.vector.Vector3f position, Entity value)
-
Uses of GeyserSession in org.geysermc.geyser.translator.text
Modifier and TypeMethodDescriptionstatic boolean
MessageTranslator.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
Modifier and TypeMethodDescriptionstatic void
StatisticsUtils.buildAndSendStatisticsMenu(GeyserSession session)
Build a form for the given session with all statistic categoriesstatic void
LoginEncryptionUtils.buildAndShowLoginDetailsWindow(GeyserSession session)
static void
LoginEncryptionUtils.buildAndShowLoginWindow(GeyserSession session)
static void
LoginEncryptionUtils.buildAndShowMicrosoftAuthenticationWindow(GeyserSession session)
Prompts the user between either OAuth code login or manual password authenticationstatic void
LoginEncryptionUtils.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.CustomForm
SettingsUtils.buildForm(GeyserSession session)
Build a settings form for the given session and store it for laterstatic void
InventoryUtils.closeInventory(GeyserSession session, int windowId, boolean confirm)
static void
InventoryUtils.displayInventory(GeyserSession session, Inventory inventory)
static void
LoginEncryptionUtils.encryptPlayerConnection(GeyserSession session, com.nukkitx.protocol.bedrock.packet.LoginPacket loginPacket)
static void
InventoryUtils.findOrCreateItem(GeyserSession session, com.github.steveice10.mc.protocol.data.game.entity.metadata.ItemStack itemStack)
static void
InventoryUtils.findOrCreateItem(GeyserSession session, String itemName)
Attempt to find the specified item name in the session's inventory.static double
BlockUtils.getBreakTime(GeyserSession session, BlockMapping blockMapping, ItemMapping item, com.github.steveice10.opennbt.tag.builtin.CompoundTag nbtData, boolean isSessionPlayer)
static BlockCollision
BlockUtils.getCollisionAt(GeyserSession session, int x, int y, int z)
static BlockCollision
BlockUtils.getCollisionAt(GeyserSession session, com.nukkitx.math.vector.Vector3i blockPos)
static int
ItemUtils.getCorrectBedrockDurability(GeyserSession session, int javaId, int original)
static Inventory
InventoryUtils.getInventory(GeyserSession session, int windowId)
static double
BlockUtils.getSessionBreakTime(GeyserSession session, BlockMapping blockMapping)
void
NewsHandler.handleNews(GeyserSession session, NewsItemAction action)
static void
ChunkUtils.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 void
InventoryUtils.openInventory(GeyserSession session, Inventory inventory)
static void
CooldownUtils.sendCooldown(GeyserSession session)
Starts sending the fake cooldown to the Bedrock client.static void
ChunkUtils.sendEmptyChunks(GeyserSession session, com.nukkitx.math.vector.Vector3i position, int radius, boolean forceUpdate)
static void
PluginMessageUtils.sendMessage(GeyserSession session, String channel, byte[] data)
static void
DimensionUtils.switchDimension(GeyserSession session, String javaDimension)
static void
ChunkUtils.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 void
ChunkUtils.updateBlock(GeyserSession session, int blockState, com.nukkitx.math.vector.Vector3i position)
Sends a block update to the Bedrock client.static void
BlockEntityUtils.updateBlockEntity(GeyserSession session, com.nukkitx.nbt.NbtMap blockEntity, com.github.steveice10.mc.protocol.data.game.entity.metadata.Position position)
static void
BlockEntityUtils.updateBlockEntity(GeyserSession session, com.nukkitx.nbt.NbtMap blockEntity, com.nukkitx.math.vector.Vector3i position)
static void
ChunkUtils.updateChunkPosition(GeyserSession session, com.nukkitx.math.vector.Vector3i position)
static void
InventoryUtils.updateCursor(GeyserSession session)
-
Uses of GeyserSession in org.geysermc.geyser.util.collection
Modifier and TypeMethodDescriptionvoid
LecternHasBookMap.handleBlockChange(GeyserSession session, int blockState, com.nukkitx.math.vector.Vector3i position)
Update a potential lectern within the world.