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 is
intermediary net/minecraft/class_2394
named net/minecraft/particle/ParticleEffect
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
ParticleEffect.Factory<T extends ParticleEffect>
Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionasString()
ParticleType<?>
getType()
void
write
(PacketByteBuf buf)
-
Method Details
-
getType
ParticleType<?> getType()- Mappings:
Namespace Name Mixin selector official b
Lis;b()Lit;
intermediary method_10295
Lnet/minecraft/class_2394;method_10295()Lnet/minecraft/class_2396;
named getType
Lnet/minecraft/particle/ParticleEffect;getType()Lnet/minecraft/particle/ParticleType;
-
write
- Mappings:
Namespace Name Mixin selector official a
Lis;a(Lss;)V
intermediary method_10294
Lnet/minecraft/class_2394;method_10294(Lnet/minecraft/class_2540;)V
named write
Lnet/minecraft/particle/ParticleEffect;write(Lnet/minecraft/network/PacketByteBuf;)V
-
asString
String asString()- Mappings:
Namespace Name Mixin selector official a
Lis;a()Ljava/lang/String;
intermediary method_10293
Lnet/minecraft/class_2394;method_10293()Ljava/lang/String;
named asString
Lnet/minecraft/particle/ParticleEffect;asString()Ljava/lang/String;
-