public abstract class SpawnAttribute extends Object
Modifier and Type | Field and Description |
---|---|
static int |
RESETIDS |
static int |
SETPGROUP |
static int |
SETSIGDEF |
static int |
SETSIGMASK |
Constructor and Description |
---|
SpawnAttribute() |
Modifier and Type | Method and Description |
---|---|
static SpawnAttribute |
flags(short flags) |
static SpawnAttribute |
pgroup(long pgroup) |
static SpawnAttribute |
sigdef(long sigdef) |
static SpawnAttribute |
sigmask(long sigmask) |
public static final int RESETIDS
public static final int SETPGROUP
public static final int SETSIGDEF
public static final int SETSIGMASK
public static SpawnAttribute pgroup(long pgroup)
public static SpawnAttribute flags(short flags)
public static SpawnAttribute sigdef(long sigdef)
public static SpawnAttribute sigmask(long sigmask)
Copyright © 2015. All Rights Reserved.