forked from dmulloy2/PacketWrapper
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or requestNew feature or request
Description
PacketWrapper currently does not support wrappers for some data classes used by some packets. In this case, the corresponding getter returns an object of type InternalStructure. The setter will also take an InternalStructure.
To ensure backwards compatibility, these getters and setters are currently suffixed with -Internal.
- net.minecraft.network.chat.SignedMessageBody$Packed
- net.minecraft.network.chat.FilterMask
- net.minecraft.network.chat.ChatType$BoundNetwork
- net.minecraft.network.protocol.game.ClientboundCustomChatCompletionsPacket$Action
- net.minecraft.world.effect.MobEffectInstance$FactorData
- net.minecraft.core.RegistryAccess$Frozen
- net.minecraft.commands.arguments.EntityAnchorArgument$Anchor
- net.minecraft.world.level.saveddata.maps.MapItemSavedData$MapPatch
- net.minecraft.world.inventory.MenuType
- com.mojang.brigadier.suggestion.Suggestions
- net.minecraft.network.protocol.game.ClientboundChunksBiomesPacket$ChunkBiomeData
- net.minecraft.world.item.crafting.Recipe
- net.minecraft.network.protocol.game.ClientboundCommandsPacket$Entry
- net.minecraft.network.protocol.game.ClientboundSetPlayerTeamPacket$Parameters
- net.minecraft.advancements.Advancement$Builder
- net.minecraft.advancements.AdvancementProgress
- net.minecraft.commands.arguments.ArgumentSignatures
- net.minecraft.world.level.block.Mirror
- class net.minecraft.world.level.block.Rotation
- net.minecraft.network.protocol.game.ServerboundInteractPacket$Action
- net.minecraft.world.inventory.ClickType
- net.minecraft.network.chat.LastSeenMessages$Update
- net.minecraft.network.chat.SignedMessageBody$Packed
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request