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/ParticleEffect
intermediary net/minecraft/class_2394
official kw
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
ParticleEffect.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 getType
Lnet/minecraft/particle/ParticleEffect;getType()Lnet/minecraft/particle/ParticleType;
intermediary method_10295
Lnet/minecraft/class_2394;method_10295()Lnet/minecraft/class_2396;
official a
Lkw;a()Lkx;
-
asString
- Mappings:
Namespace Name Mixin selector named asString
Lnet/minecraft/particle/ParticleEffect;asString(Lnet/minecraft/registry/RegistryWrapper$WrapperLookup;)Ljava/lang/String;
intermediary method_10293
Lnet/minecraft/class_2394;method_10293(Lnet/minecraft/class_7225$class_7874;)Ljava/lang/String;
official a
Lkw;a(Liz$a;)Ljava/lang/String;
-