Class RedOrbShrinking
java.lang.Object
com.pixelmonmod.pixelmon.client.particle.ParticleEffect
com.pixelmonmod.pixelmon.client.particle.particles.RedOrbShrinking
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinit(ParticleArcanery particle, net.minecraft.world.level.Level world, double x, double y, double z, double vx, double vy, double vz, float size) A function called byParticleArcanery'sconstructor.net.minecraft.resources.ResourceLocationtexture()voidupdate(ParticleArcanery particle) A function called every tick byParticleArcanery.tick().Methods inherited from class com.pixelmonmod.pixelmon.client.particle.ParticleEffect
customRenderer, postRender, preRender, render, render
-
Constructor Details
-
RedOrbShrinking
public RedOrbShrinking(double tX, double tY, double tZ)
-
-
Method Details
-
init
public void init(ParticleArcanery particle, net.minecraft.world.level.Level world, double x, double y, double z, double vx, double vy, double vz, float size) Description copied from class:ParticleEffectA function called byParticleArcanery'sconstructor.TODO: idk why this is needed when constructor's exist
- Specified by:
initin classParticleEffect- Parameters:
particle- An object representing a particle...?world- The Minecraft world.x- The x coordinate of the particle.y- The y coordinate of the particle.z- The z coordinate of the particle.vx- The x velocity of the particle.vy- The y velocity of the particle.vz- The z velocity of the particle.size- The size of the particle in the world.
-
update
Description copied from class:ParticleEffectA function called every tick byParticleArcanery.tick().TODO: Why the fuck isn't this just called tick
- Specified by:
updatein classParticleEffect- Parameters:
particle- An object representing a particle...?
-
texture
public net.minecraft.resources.ResourceLocation texture()- Specified by:
texturein classParticleEffect- Returns:
- The texture of the particle.
-