Package | Description |
---|---|
net.minecraft.client | |
net.minecraft.client.renderer | |
net.minecraft.client.settings |
Modifier and Type | Field and Description |
---|---|
ParticleStatus |
GameSettings.particles |
Modifier and Type | Method and Description |
---|---|
private ParticleStatus |
WorldRenderer.calculateParticleLevel(boolean minimiseLevel) |
Modifier and Type | Field and Description |
---|---|
private static ParticleStatus[] |
ParticleStatus.BY_ID |
Modifier and Type | Method and Description |
---|---|
static ParticleStatus |
ParticleStatus.byId(int id) |
static ParticleStatus |
ParticleStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ParticleStatus[] |
ParticleStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|