Package net.minecraft.particle
Interface ParticleEffect
- All Known Implementing Classes:
AbstractDustParticleEffect,BlockStateParticleEffect,DefaultParticleType,DustColorTransitionParticleEffect,DustParticleEffect,EntityEffectParticleEffect,ItemStackParticleEffect,SculkChargeParticleEffect,ShriekParticleEffect,VibrationParticleEffect
public interface ParticleEffect
- Mappings:
Namespace Name named net/minecraft/particle/ParticleEffectintermediary net/minecraft/class_2394official kw
-
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 named getTypeLnet/minecraft/particle/ParticleEffect;getType()Lnet/minecraft/particle/ParticleType;intermediary method_10295Lnet/minecraft/class_2394;method_10295()Lnet/minecraft/class_2396;official aLkw;a()Lkx;
-
asString
- Mappings:
Namespace Name Mixin selector named asStringLnet/minecraft/particle/ParticleEffect;asString(Lnet/minecraft/registry/RegistryWrapper$WrapperLookup;)Ljava/lang/String;intermediary method_10293Lnet/minecraft/class_2394;method_10293(Lnet/minecraft/class_7225$class_7874;)Ljava/lang/String;official aLkw;a(Liz$a;)Ljava/lang/String;
-