Class ParticleEvent
java.lang.Object
meteordevelopment.meteorclient.events.Cancellable
meteordevelopment.meteorclient.events.world.ParticleEvent
- All Implemented Interfaces:
meteordevelopment.orbit.ICancellable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ParticleEventget(net.minecraft.particle.ParticleEffect particle) Methods inherited from class meteordevelopment.meteorclient.events.Cancellable
isCancelled, setCancelledMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface meteordevelopment.orbit.ICancellable
cancel
-
Field Details
-
particle
public net.minecraft.particle.ParticleEffect particle
-
-
Constructor Details
-
ParticleEvent
public ParticleEvent()
-
-
Method Details
-
get
-