Class ParserInstance.Backup

java.lang.Object
ch.njol.skript.lang.parser.ParserInstance.Backup
Enclosing class:
ParserInstance

public static class ParserInstance.Backup extends Object
A Backup represents a ParserInstance at a certain point in time. It does not include anything regarding a ParserInstance's logging data. It is important to understand that this does not create a deep-copy of all data. That is, the contents of any collections will remain the same, but there is no guarantee that the contents themselves will remain unchanged.
See Also: