Interface EmitParticlesInstruction.Emitter
- Enclosing class:
- EmitParticlesInstruction
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionvoidcreate(PonderWorld world, double x, double y, double z) static net.minecraft.client.particle.ParticleEnginestatic <T extends net.minecraft.core.particles.ParticleOptions>
EmitParticlesInstruction.Emittersimple(T data, net.minecraft.world.phys.Vec3 motion) static <T extends net.minecraft.core.particles.ParticleOptions>
EmitParticlesInstruction.EmitterwithinBlockSpace(T data, net.minecraft.world.phys.Vec3 motion)
-
Method Details
-
simple
static <T extends net.minecraft.core.particles.ParticleOptions> EmitParticlesInstruction.Emitter simple(T data, net.minecraft.world.phys.Vec3 motion) -
withinBlockSpace
static <T extends net.minecraft.core.particles.ParticleOptions> EmitParticlesInstruction.Emitter withinBlockSpace(T data, net.minecraft.world.phys.Vec3 motion) -
paticleManager
static net.minecraft.client.particle.ParticleEngine paticleManager() -
create
-