Package net.minecraft.particle
Interface ParticleEffect
- All Known Implementing Classes:
AbstractDustParticleEffect,BlockStateParticleEffect,DefaultParticleType,DustColorTransitionParticleEffect,DustParticleEffect,ItemStackParticleEffect,SculkChargeParticleEffect,ShriekParticleEffect,VibrationParticleEffect
public interface ParticleEffect
- Mappings:
Namespace Name official klintermediary net/minecraft/class_2394named net/minecraft/particle/ParticleEffect
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceParticleEffect.Factory<T extends ParticleEffect>Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionasString(RegistryWrapper.WrapperLookup registryLookup) ParticleType<?> getType()
-
Method Details
-
getType
ParticleType<?> getType()- Mappings:
Namespace Name Mixin selector official aLkl;a()Lkm;intermediary method_10295Lnet/minecraft/class_2394;method_10295()Lnet/minecraft/class_2396;named getTypeLnet/minecraft/particle/ParticleEffect;getType()Lnet/minecraft/particle/ParticleType;
-
asString
- Mappings:
Namespace Name Mixin selector official aLkl;a(Lip$a;)Ljava/lang/String;intermediary method_10293Lnet/minecraft/class_2394;method_10293(Lnet/minecraft/class_7225$class_7874;)Ljava/lang/String;named asStringLnet/minecraft/particle/ParticleEffect;asString(Lnet/minecraft/registry/RegistryWrapper$WrapperLookup;)Ljava/lang/String;
-