public class PaletteParticles extends ParticleEffects
| Constructor and Description |
|---|
PaletteParticles(ParticleSystems system) |
PaletteParticles(net.minecraft.particles.ParticleType<?> type) |
| Modifier and Type | Method and Description |
|---|---|
ParticleSystems |
getParticleSystem() |
net.minecraft.particles.ParticleType<?> |
getParticleType() |
void |
onUpdate(AbstractClientEntity pixelmon) |
getParticleEffectspublic PaletteParticles(net.minecraft.particles.ParticleType<?> type)
public PaletteParticles(ParticleSystems system)
public void onUpdate(AbstractClientEntity pixelmon)
onUpdate in class ParticleEffectspublic net.minecraft.particles.ParticleType<?> getParticleType()
public ParticleSystems getParticleSystem()