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 HashedComponentPatchMapread(PacketWrapper<?> wrapper) static voidwrite(PacketWrapper<?> wrapper, HashedComponentPatchMap map)
-
Constructor Details
-
HashedComponentPatchMap
public HashedComponentPatchMap(Map<ComponentType<?>, Integer> addedComponents, Set<ComponentType<?>> removedComponents)
-
-
Method Details
-
read
-
write
-
getAddedComponents
-
getRemovedComponents
-