mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-31 19:54:37 +00:00
More documentation.
This commit is contained in:
@@ -20,10 +20,13 @@ import java.util.HashSet;
|
||||
import java.util.Set;
|
||||
|
||||
/**
|
||||
*
|
||||
* Second pass data.
|
||||
* @author JPEXS
|
||||
*/
|
||||
public class SecondPassData {
|
||||
|
||||
/**
|
||||
* All switch parts.
|
||||
*/
|
||||
public Set<GraphPart> allSwitchParts = new HashSet<>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user