Interface ServerPacket
- All Superinterfaces:
SendablePacket
- All Known Subinterfaces:
ServerPacket.Configuration
,ServerPacket.Login
,ServerPacket.Play
,ServerPacket.Status
- All Known Implementing Classes:
AcknowledgeBlockChangePacket
,ActionBarPacket
,AdvancementsPacket
,AttachEntityPacket
,BlockActionPacket
,BlockBreakAnimationPacket
,BlockChangePacket
,BlockEntityDataPacket
,BossBarPacket
,BundlePacket
,CameraPacket
,ChangeGameStatePacket
,ChunkBatchFinishedPacket
,ChunkBatchStartPacket
,ChunkBiomesPacket
,ChunkDataPacket
,ClearTitlesPacket
,CloseWindowPacket
,CollectItemPacket
,CookieRequestPacket
,CookieStorePacket
,CustomChatCompletionPacket
,CustomReportDetailsPacket
,DamageEventPacket
,DeathCombatEventPacket
,DebugSamplePacket
,DeclareCommandsPacket
,DeclareRecipesPacket
,DeleteChatPacket
,DestroyEntitiesPacket
,DisconnectPacket
,DisguisedChatPacket
,DisplayScoreboardPacket
,EncryptionRequestPacket
,EndCombatEventPacket
,EnterCombatEventPacket
,EntityAnimationPacket
,EntityAttributesPacket
,EntityEffectPacket
,EntityEquipmentPacket
,EntityHeadLookPacket
,EntityMetaDataPacket
,EntityPositionAndRotationPacket
,EntityPositionPacket
,EntityPositionSyncPacket
,EntityRotationPacket
,EntitySoundEffectPacket
,EntityStatusPacket
,EntityTeleportPacket
,EntityVelocityPacket
,ExplosionPacket
,FacePlayerPacket
,FinishConfigurationPacket
,HeldItemChangePacket
,HitAnimationPacket
,InitializeWorldBorderPacket
,JoinGamePacket
,KeepAlivePacket
,LoginDisconnectPacket
,LoginPluginRequestPacket
,LoginSuccessPacket
,MapDataPacket
,MoveMinecartPacket
,MultiBlockChangePacket
,NbtQueryResponsePacket
,OpenBookPacket
,OpenHorseWindowPacket
,OpenSignEditorPacket
,OpenWindowPacket
,ParticlePacket
,PingPacket
,PingResponsePacket
,PlaceGhostRecipePacket
,PlayerAbilitiesPacket
,PlayerChatMessagePacket
,PlayerInfoRemovePacket
,PlayerInfoUpdatePacket
,PlayerListHeaderAndFooterPacket
,PlayerPositionAndLookPacket
,PlayerRotationPacket
,PluginMessagePacket
,ProjectilePowerPacket
,RecipeBookAddPacket
,RecipeBookRemovePacket
,RecipeBookSettingsPacket
,RegistryDataPacket
,RemoveEntityEffectPacket
,ResetChatPacket
,ResetScorePacket
,ResourcePackPopPacket
,ResourcePackPushPacket
,RespawnPacket
,ResponsePacket
,ScoreboardObjectivePacket
,SelectAdvancementTabPacket
,SelectKnownPacksPacket
,ServerDataPacket
,ServerDifficultyPacket
,ServerLinksPacket
,SetCompressionPacket
,SetCooldownPacket
,SetCursorItemPacket
,SetExperiencePacket
,SetPassengersPacket
,SetPlayerInventorySlotPacket
,SetSlotPacket
,SetTickStatePacket
,SetTitleSubTitlePacket
,SetTitleTextPacket
,SetTitleTimePacket
,SoundEffectPacket
,SpawnEntityPacket
,SpawnPositionPacket
,StartConfigurationPacket
,StatisticsPacket
,StopSoundPacket
,SystemChatPacket
,TabCompletePacket
,TagsPacket
,TeamsPacket
,TestInstanceBlockStatus
,TickStepPacket
,TimeUpdatePacket
,TradeListPacket
,TransferPacket
,UnloadChunkPacket
,UpdateEnabledFeaturesPacket
,UpdateHealthPacket
,UpdateLightPacket
,UpdateScorePacket
,UpdateSimulationDistancePacket
,UpdateViewDistancePacket
,UpdateViewPositionPacket
,VehicleMovePacket
,WindowItemsPacket
,WindowPropertyPacket
,WorldBorderCenterPacket
,WorldBorderLerpSizePacket
,WorldBorderSizePacket
,WorldBorderWarningDelayPacket
,WorldBorderWarningReachPacket
,WorldEventPacket
public sealed interface ServerPacket
extends SendablePacket
permits ServerPacket.Configuration, ServerPacket.Login, ServerPacket.Play, ServerPacket.Status
Represents a packet which can be sent to a player using
PlayerConnection.sendPacket(SendablePacket)
.
Packets are value-based, and should therefore not be reliant on identity.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
static interface
static interface
static interface
static interface