public enum AllParticleTypes extends java.lang.Enum<AllParticleTypes>
| Enum Constant and Description |
|---|
AIR |
AIR_FLOW |
BASIN_FLUID |
CUBE |
FLUID_DRIP |
FLUID_PARTICLE |
HEATER_PARTICLE |
ROTATION_INDICATOR |
SOUL |
SOUL_BASE |
SOUL_EXPANDING_PERIMETER |
SOUL_PERIMETER |
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.particles.ParticleType<?> |
get() |
java.lang.String |
parameter() |
static void |
register(net.minecraftforge.event.RegistryEvent.Register<net.minecraft.particles.ParticleType<?>> event) |
static void |
registerFactories(net.minecraftforge.client.event.ParticleFactoryRegisterEvent event) |
static AllParticleTypes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AllParticleTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AllParticleTypes ROTATION_INDICATOR
public static final AllParticleTypes AIR_FLOW
public static final AllParticleTypes AIR
public static final AllParticleTypes HEATER_PARTICLE
public static final AllParticleTypes CUBE
public static final AllParticleTypes FLUID_PARTICLE
public static final AllParticleTypes BASIN_FLUID
public static final AllParticleTypes FLUID_DRIP
public static final AllParticleTypes SOUL
public static final AllParticleTypes SOUL_BASE
public static final AllParticleTypes SOUL_PERIMETER
public static final AllParticleTypes SOUL_EXPANDING_PERIMETER
public static AllParticleTypes[] values()
for (AllParticleTypes c : AllParticleTypes.values()) System.out.println(c);
public static AllParticleTypes valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static void register(net.minecraftforge.event.RegistryEvent.Register<net.minecraft.particles.ParticleType<?>> event)
public static void registerFactories(net.minecraftforge.client.event.ParticleFactoryRegisterEvent event)
public net.minecraft.particles.ParticleType<?> get()
public java.lang.String parameter()