Skip to content

Commit 2edffd7

Browse files
committed
Allow access 2 internal structure via intermediate
1 parent aeffbfb commit 2edffd7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/main/java/com/comphenix/protocol/reflect/StructureModifierIntermediate.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,11 @@ public void set(final T toWrite) {
5454
this.structure.write(index, toWrite);
5555
}
5656

57+
/**
58+
* @return The internal structure modifier
59+
*/
60+
public StructureModifier<T> getInternalStructureModifier() {
61+
return this.structure;
62+
}
63+
5764
}

0 commit comments

Comments
 (0)