Class HashedComponentPatchMap
java.lang.Object
com.github.retrooper.packetevents.protocol.component.HashedComponentPatchMap
-
Constructor Summary
ConstructorsConstructorDescriptionHashedComponentPatchMap
(Map<ComponentType<?>, Integer> addedComponents, Set<ComponentType<?>> removedComponents) -
Method Summary
Modifier and TypeMethodDescriptionMap
<ComponentType<?>, Integer> Set
<ComponentType<?>> static HashedComponentPatchMap
read
(PacketWrapper<?> wrapper) static void
write
(PacketWrapper<?> wrapper, HashedComponentPatchMap map)
-
Constructor Details
-
HashedComponentPatchMap
public HashedComponentPatchMap(Map<ComponentType<?>, Integer> addedComponents, Set<ComponentType<?>> removedComponents)
-
-
Method Details
-
read
-
write
-
getAddedComponents
-
getRemovedComponents
-