public abstract class SpawnAttribute extends Object
Modifier and Type | Field | Description |
---|---|---|
static int |
RESETIDS |
|
static int |
SETPGROUP |
|
static int |
SETSIGDEF |
|
static int |
SETSIGMASK |
Constructor | Description |
---|---|
SpawnAttribute() |
Modifier and Type | Method | 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 © 2018. All rights reserved.