public class ParticleRegistration
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static net.minecraftforge.fml.RegistryObject<net.minecraft.particles.ParticleType<EvolutionBeamParticleData>> |
EVOLUTION_BEAM |
static net.minecraftforge.fml.RegistryObject<net.minecraft.particles.ParticleType<FlameParticleData>> |
FLAME_PARTICLE |
static net.minecraftforge.registries.DeferredRegister<net.minecraft.particles.ParticleType<?>> |
PARTICLES_TYPES |
Constructor and Description |
---|
ParticleRegistration() |
Modifier and Type | Method and Description |
---|---|
static void |
registerParticleFactory(net.minecraftforge.client.event.ParticleFactoryRegisterEvent event) |
public static final net.minecraftforge.registries.DeferredRegister<net.minecraft.particles.ParticleType<?>> PARTICLES_TYPES
public static final net.minecraftforge.fml.RegistryObject<net.minecraft.particles.ParticleType<FlameParticleData>> FLAME_PARTICLE
public static final net.minecraftforge.fml.RegistryObject<net.minecraft.particles.ParticleType<EvolutionBeamParticleData>> EVOLUTION_BEAM