Package net.minecraft.network.protocol
Interface Packet<T extends PacketListener>
- All Known Implementing Classes:
ClientboundAddEntityPacket,ClientboundAddExperienceOrbPacket,ClientboundAddPlayerPacket,ClientboundAnimatePacket,ClientboundAwardStatsPacket,ClientboundBlockChangedAckPacket,ClientboundBlockDestructionPacket,ClientboundBlockEntityDataPacket,ClientboundBlockEventPacket,ClientboundBlockUpdatePacket,ClientboundBossEventPacket,ClientboundChangeDifficultyPacket,ClientboundClearTitlesPacket,ClientboundCommandsPacket,ClientboundCommandSuggestionsPacket,ClientboundContainerClosePacket,ClientboundContainerSetContentPacket,ClientboundContainerSetDataPacket,ClientboundContainerSetSlotPacket,ClientboundCooldownPacket,ClientboundCustomChatCompletionsPacket,ClientboundCustomPayloadPacket,ClientboundCustomQueryPacket,ClientboundDeleteChatPacket,ClientboundDisconnectPacket,ClientboundDisguisedChatPacket,ClientboundEntityEventPacket,ClientboundExplodePacket,ClientboundForgetLevelChunkPacket,ClientboundGameEventPacket,ClientboundGameProfilePacket,ClientboundHelloPacket,ClientboundHorseScreenOpenPacket,ClientboundInitializeBorderPacket,ClientboundKeepAlivePacket,ClientboundLevelChunkWithLightPacket,ClientboundLevelEventPacket,ClientboundLevelParticlesPacket,ClientboundLightUpdatePacket,ClientboundLoginCompressionPacket,ClientboundLoginDisconnectPacket,ClientboundLoginPacket,ClientboundMapItemDataPacket,ClientboundMerchantOffersPacket,ClientboundMoveEntityPacket,ClientboundMoveEntityPacket.Pos,ClientboundMoveEntityPacket.PosRot,ClientboundMoveEntityPacket.Rot,ClientboundMoveVehiclePacket,ClientboundOpenBookPacket,ClientboundOpenScreenPacket,ClientboundOpenSignEditorPacket,ClientboundPingPacket,ClientboundPlaceGhostRecipePacket,ClientboundPlayerAbilitiesPacket,ClientboundPlayerChatPacket,ClientboundPlayerCombatEndPacket,ClientboundPlayerCombatEnterPacket,ClientboundPlayerCombatKillPacket,ClientboundPlayerInfoRemovePacket,ClientboundPlayerInfoUpdatePacket,ClientboundPlayerLookAtPacket,ClientboundPlayerPositionPacket,ClientboundPongResponsePacket,ClientboundRecipePacket,ClientboundRemoveEntitiesPacket,ClientboundRemoveMobEffectPacket,ClientboundResourcePackPacket,ClientboundRespawnPacket,ClientboundRotateHeadPacket,ClientboundSectionBlocksUpdatePacket,ClientboundSelectAdvancementsTabPacket,ClientboundServerDataPacket,ClientboundSetActionBarTextPacket,ClientboundSetBorderCenterPacket,ClientboundSetBorderLerpSizePacket,ClientboundSetBorderSizePacket,ClientboundSetBorderWarningDelayPacket,ClientboundSetBorderWarningDistancePacket,ClientboundSetCameraPacket,ClientboundSetCarriedItemPacket,ClientboundSetChunkCacheCenterPacket,ClientboundSetChunkCacheRadiusPacket,ClientboundSetDefaultSpawnPositionPacket,ClientboundSetDisplayObjectivePacket,ClientboundSetEntityDataPacket,ClientboundSetEntityLinkPacket,ClientboundSetEntityMotionPacket,ClientboundSetEquipmentPacket,ClientboundSetExperiencePacket,ClientboundSetHealthPacket,ClientboundSetObjectivePacket,ClientboundSetPassengersPacket,ClientboundSetPlayerTeamPacket,ClientboundSetScorePacket,ClientboundSetSimulationDistancePacket,ClientboundSetSubtitleTextPacket,ClientboundSetTimePacket,ClientboundSetTitlesAnimationPacket,ClientboundSetTitleTextPacket,ClientboundSoundEntityPacket,ClientboundSoundPacket,ClientboundStatusResponsePacket,ClientboundStopSoundPacket,ClientboundSystemChatPacket,ClientboundTabListPacket,ClientboundTagQueryPacket,ClientboundTakeItemEntityPacket,ClientboundTeleportEntityPacket,ClientboundUpdateAdvancementsPacket,ClientboundUpdateAttributesPacket,ClientboundUpdateEnabledFeaturesPacket,ClientboundUpdateMobEffectPacket,ClientboundUpdateRecipesPacket,ClientboundUpdateTagsPacket,ClientIntentionPacket,ServerboundAcceptTeleportationPacket,ServerboundBlockEntityTagQuery,ServerboundChangeDifficultyPacket,ServerboundChatAckPacket,ServerboundChatCommandPacket,ServerboundChatPacket,ServerboundChatSessionUpdatePacket,ServerboundClientCommandPacket,ServerboundClientInformationPacket,ServerboundCommandSuggestionPacket,ServerboundContainerButtonClickPacket,ServerboundContainerClickPacket,ServerboundContainerClosePacket,ServerboundCustomPayloadPacket,ServerboundCustomQueryPacket,ServerboundEditBookPacket,ServerboundEntityTagQuery,ServerboundHelloPacket,ServerboundInteractPacket,ServerboundJigsawGeneratePacket,ServerboundKeepAlivePacket,ServerboundKeyPacket,ServerboundLockDifficultyPacket,ServerboundMovePlayerPacket,ServerboundMovePlayerPacket.Pos,ServerboundMovePlayerPacket.PosRot,ServerboundMovePlayerPacket.Rot,ServerboundMovePlayerPacket.StatusOnly,ServerboundMoveVehiclePacket,ServerboundPaddleBoatPacket,ServerboundPickItemPacket,ServerboundPingRequestPacket,ServerboundPlaceRecipePacket,ServerboundPlayerAbilitiesPacket,ServerboundPlayerActionPacket,ServerboundPlayerCommandPacket,ServerboundPlayerInputPacket,ServerboundPongPacket,ServerboundRecipeBookChangeSettingsPacket,ServerboundRecipeBookSeenRecipePacket,ServerboundRenameItemPacket,ServerboundResourcePackPacket,ServerboundSeenAdvancementsPacket,ServerboundSelectTradePacket,ServerboundSetBeaconPacket,ServerboundSetCarriedItemPacket,ServerboundSetCommandBlockPacket,ServerboundSetCommandMinecartPacket,ServerboundSetCreativeModeSlotPacket,ServerboundSetJigsawBlockPacket,ServerboundSetStructureBlockPacket,ServerboundSignUpdatePacket,ServerboundStatusRequestPacket,ServerboundSwingPacket,ServerboundTeleportToEntityPacket,ServerboundUseItemOnPacket,ServerboundUseItemPacket
public interface Packet<T extends PacketListener>
-
Method Summary
-
Method Details
-
write
-
handle
-
isSkippable
default boolean isSkippable()
-