Class LoggingPacketHandler

java.lang.Object
org.geysermc.geyser.network.LoggingPacketHandler
All Implemented Interfaces:
com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler, com.nukkitx.protocol.PacketHandler
Direct Known Subclasses:
UpstreamPacketHandler

public class LoggingPacketHandler extends Object implements com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
Bare bones implementation of BedrockPacketHandler suitable for extension. Logs and ignores all packets presented. Allows subclasses to override/implement only packets of interest and limit boilerplate code.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected GeyserImpl
     
    protected GeyserSession
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.AddBehaviorTreePacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.AddEntityPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.AddHangingEntityPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.AddItemEntityPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.AddPaintingPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.AddPlayerPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.AdventureSettingsPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.AnimateEntityPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.AnimatePacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.AnvilDamagePacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.AutomationClientConnectPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.AvailableCommandsPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.AvailableEntityIdentifiersPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.BiomeDefinitionListPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.BlockEntityDataPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.BlockEventPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.BlockPickRequestPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.BookEditPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.BossEventPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.CameraPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.CameraShakePacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.ChangeDimensionPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.ChunkRadiusUpdatedPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.ClientboundMapItemDataPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.ClientCacheBlobStatusPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.ClientCacheMissResponsePacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.ClientCacheStatusPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.ClientToServerHandshakePacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.CodeBuilderPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.CommandBlockUpdatePacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.CommandOutputPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.CommandRequestPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.CompletedUsingItemPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.ContainerClosePacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.ContainerOpenPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.ContainerSetDataPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.CorrectPlayerMovePredictionPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.CraftingDataPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.CraftingEventPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.CreativeContentPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.DebugInfoPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.DisconnectPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.EducationSettingsPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.EmoteListPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.EmotePacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.EntityEventPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.EntityPickRequestPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.EventPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.ExplodePacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.FilterTextPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.GameRulesChangedPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.GuiDataPickItemPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.HurtArmorPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.InteractPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.InventoryContentPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.InventorySlotPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.InventoryTransactionPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.ItemComponentPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.ItemFrameDropItemPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.ItemStackRequestPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.ItemStackResponsePacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.LabTablePacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.LecternUpdatePacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.LevelChunkPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.LevelEventGenericPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.LevelEventPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.LevelSoundEvent1Packet packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.LevelSoundEvent2Packet packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.LevelSoundEventPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.LoginPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.MapCreateLockedCopyPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.MapInfoRequestPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.MobArmorEquipmentPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.MobEffectPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.MobEquipmentPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.ModalFormRequestPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.ModalFormResponsePacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.MotionPredictionHintsPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.MoveEntityAbsolutePacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.MoveEntityDeltaPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.MovePlayerPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.MultiplayerSettingsPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.NetworkChunkPublisherUpdatePacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.NetworkSettingsPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.NetworkStackLatencyPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.NpcRequestPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.OnScreenTextureAnimationPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.PacketViolationWarningPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.PhotoTransferPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.PlayerActionPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.PlayerArmorDamagePacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.PlayerAuthInputPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.PlayerEnchantOptionsPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.PlayerFogPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.PlayerHotbarPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.PlayerInputPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.PlayerListPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.PlayerSkinPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.PlaySoundPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.PlayStatusPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.PositionTrackingDBClientRequestPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.PositionTrackingDBServerBroadcastPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.PurchaseReceiptPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.RemoveEntityPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.RemoveObjectivePacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.RequestChunkRadiusPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.ResourcePackChunkDataPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.ResourcePackChunkRequestPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.ResourcePackClientResponsePacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.ResourcePackDataInfoPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.ResourcePacksInfoPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.ResourcePackStackPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.RespawnPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.RiderJumpPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.ScriptCustomEventPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.ServerSettingsRequestPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.ServerSettingsResponsePacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.ServerToClientHandshakePacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.SetCommandsEnabledPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.SetDefaultGameTypePacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.SetDifficultyPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.SetDisplayObjectivePacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.SetEntityDataPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.SetEntityLinkPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.SetEntityMotionPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.SetHealthPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.SetLastHurtByPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.SetLocalPlayerAsInitializedPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.SetPlayerGameTypePacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.SetScoreboardIdentityPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.SetScorePacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.SetSpawnPositionPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.SetTimePacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.SettingsCommandPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.SetTitlePacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.ShowCreditsPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.ShowProfilePacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.ShowStoreOfferPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.SimpleEventPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.SpawnExperienceOrbPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.SpawnParticleEffectPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.StartGamePacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.StopSoundPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.StructureBlockUpdatePacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.StructureTemplateDataRequestPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.StructureTemplateDataResponsePacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.SubClientLoginPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.TakeItemEntityPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.TextPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.TickSyncPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.TransferPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.UpdateAttributesPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.UpdateBlockPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.UpdateBlockPropertiesPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.UpdateBlockSyncedPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.UpdateEquipPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.UpdatePlayerGameTypePacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.UpdateSoftEnumPacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.UpdateTradePacket packet)
     
    boolean
    handle​(com.nukkitx.protocol.bedrock.packet.VideoStreamConnectPacket packet)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler

    handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle
  • Field Details

  • Method Details

    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.LoginPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.ResourcePackClientResponsePacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.AdventureSettingsPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.AnimatePacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.BlockEntityDataPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.BlockPickRequestPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.BookEditPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.ClientCacheBlobStatusPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.ClientCacheMissResponsePacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.ClientCacheStatusPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.ClientToServerHandshakePacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.CommandBlockUpdatePacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.CommandRequestPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.ContainerClosePacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.CraftingEventPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.EntityEventPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.EntityPickRequestPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.EventPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.InteractPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.InventoryContentPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.InventorySlotPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.InventoryTransactionPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.ItemFrameDropItemPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.LabTablePacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.LecternUpdatePacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.LevelEventGenericPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.LevelSoundEventPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.MapInfoRequestPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.MobArmorEquipmentPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.MobEquipmentPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.ModalFormResponsePacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.MoveEntityAbsolutePacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.MovePlayerPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.NetworkStackLatencyPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.PhotoTransferPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.PlayerActionPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.PlayerHotbarPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.PlayerInputPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.PlayerSkinPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.PurchaseReceiptPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.RequestChunkRadiusPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.ResourcePackChunkRequestPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.RiderJumpPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.ServerSettingsRequestPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.SetDefaultGameTypePacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.SetLocalPlayerAsInitializedPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.SetPlayerGameTypePacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.SubClientLoginPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.TextPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.AddBehaviorTreePacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.AddEntityPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.AddHangingEntityPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.AddItemEntityPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.AddPaintingPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.AddPlayerPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.AvailableCommandsPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.BlockEventPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.BossEventPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.CameraPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.ChangeDimensionPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.ChunkRadiusUpdatedPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.ClientboundMapItemDataPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.CommandOutputPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.ContainerOpenPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.ContainerSetDataPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.CraftingDataPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.DisconnectPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.ExplodePacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.LevelChunkPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.GameRulesChangedPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.GuiDataPickItemPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.HurtArmorPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.AutomationClientConnectPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.LevelEventPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.MapCreateLockedCopyPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.MobEffectPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.ModalFormRequestPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.MoveEntityDeltaPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.NpcRequestPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.OnScreenTextureAnimationPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.PlayerListPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.PlaySoundPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.PlayStatusPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.RemoveEntityPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.RemoveObjectivePacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.ResourcePackChunkDataPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.ResourcePackDataInfoPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.ResourcePacksInfoPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.ResourcePackStackPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.RespawnPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.ScriptCustomEventPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.ServerSettingsResponsePacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.ServerToClientHandshakePacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.SetCommandsEnabledPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.SetDifficultyPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.SetDisplayObjectivePacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.SetEntityDataPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.SetEntityLinkPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.SetEntityMotionPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.SetHealthPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.SetLastHurtByPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.SetScoreboardIdentityPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.SetScorePacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.SetSpawnPositionPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.SetTimePacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.SetTitlePacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.ShowCreditsPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.ShowProfilePacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.ShowStoreOfferPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.SimpleEventPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.SpawnExperienceOrbPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.StartGamePacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.StopSoundPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.StructureBlockUpdatePacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.StructureTemplateDataRequestPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.StructureTemplateDataResponsePacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.TakeItemEntityPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.TransferPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.UpdateAttributesPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.UpdateBlockPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.UpdateBlockPropertiesPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.UpdateBlockSyncedPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.UpdateEquipPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.UpdateSoftEnumPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.UpdateTradePacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.AvailableEntityIdentifiersPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.BiomeDefinitionListPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.LevelSoundEvent2Packet packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.NetworkChunkPublisherUpdatePacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.SpawnParticleEffectPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.VideoStreamConnectPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.EmotePacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.TickSyncPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.AnvilDamagePacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.NetworkSettingsPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.PlayerAuthInputPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.SettingsCommandPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.EducationSettingsPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.CompletedUsingItemPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.MultiplayerSettingsPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.DebugInfoPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.EmoteListPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.CodeBuilderPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.CreativeContentPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.ItemStackRequestPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.LevelSoundEvent1Packet packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.ItemStackResponsePacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.PlayerArmorDamagePacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.PlayerEnchantOptionsPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.UpdatePlayerGameTypePacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.PacketViolationWarningPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.PositionTrackingDBClientRequestPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.PositionTrackingDBServerBroadcastPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.MotionPredictionHintsPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.AnimateEntityPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.CameraShakePacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.PlayerFogPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.CorrectPlayerMovePredictionPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.ItemComponentPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler
    • handle

      public boolean handle(com.nukkitx.protocol.bedrock.packet.FilterTextPacket packet)
      Specified by:
      handle in interface com.nukkitx.protocol.bedrock.handler.BedrockPacketHandler