Package net.minecraft.particle
Class ShriekParticleEffect
java.lang.Object
net.minecraft.particle.ShriekParticleEffect
- All Implemented Interfaces:
ParticleEffect
- Mappings:
Namespace Name official kz
intermediary net/minecraft/class_7290
named net/minecraft/particle/ShriekParticleEffect
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.particle.ParticleEffect
ParticleEffect.Factory<T extends ParticleEffect>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<ShriekParticleEffect> private final int
static final ParticleEffect.Factory
<ShriekParticleEffect> static final PacketCodec
<RegistryByteBuf, ShriekParticleEffect> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasString
(RegistryWrapper.WrapperLookup registryLookup) int
getDelay()
getType()
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official a
Lkz;a:Lcom/mojang/serialization/Codec;
intermediary field_38358
Lnet/minecraft/class_7290;field_38358:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/particle/ShriekParticleEffect;CODEC:Lcom/mojang/serialization/Codec;
-
PACKET_CODEC
- Mappings:
Namespace Name Mixin selector official b
Lkz;b:Lys;
intermediary field_48459
Lnet/minecraft/class_7290;field_48459:Lnet/minecraft/class_9139;
named PACKET_CODEC
Lnet/minecraft/particle/ShriekParticleEffect;PACKET_CODEC:Lnet/minecraft/network/codec/PacketCodec;
-
FACTORY
- Mappings:
Namespace Name Mixin selector official c
Lkz;c:Lkv$a;
intermediary field_38359
Lnet/minecraft/class_7290;field_38359:Lnet/minecraft/class_2394$class_2395;
named FACTORY
Lnet/minecraft/particle/ShriekParticleEffect;FACTORY:Lnet/minecraft/particle/ParticleEffect$Factory;
-
delay
private final int delay- Mappings:
Namespace Name Mixin selector official d
Lkz;d:I
intermediary field_38360
Lnet/minecraft/class_7290;field_38360:I
named delay
Lnet/minecraft/particle/ShriekParticleEffect;delay:I
-
-
Constructor Details
-
ShriekParticleEffect
public ShriekParticleEffect(int delay) - Mappings:
Namespace Name Mixin selector official <init>
Lkz;<init>(I)V
intermediary <init>
Lnet/minecraft/class_7290;<init>(I)V
named <init>
Lnet/minecraft/particle/ShriekParticleEffect;<init>(I)V
-
-
Method Details
-
asString
- Specified by:
asString
in interfaceParticleEffect
- Mappings:
Namespace Name Mixin selector official a
Lkv;a(Liy$a;)Ljava/lang/String;
intermediary method_10293
Lnet/minecraft/class_2394;method_10293(Lnet/minecraft/class_7225$class_7874;)Ljava/lang/String;
named asString
Lnet/minecraft/particle/ParticleEffect;asString(Lnet/minecraft/registry/RegistryWrapper$WrapperLookup;)Ljava/lang/String;
-
getType
- Specified by:
getType
in interfaceParticleEffect
- Mappings:
Namespace Name Mixin selector official a
Lkv;a()Lkw;
intermediary method_10295
Lnet/minecraft/class_2394;method_10295()Lnet/minecraft/class_2396;
named getType
Lnet/minecraft/particle/ParticleEffect;getType()Lnet/minecraft/particle/ParticleType;
-
getDelay
public int getDelay()- Mappings:
Namespace Name Mixin selector official b
Lkz;b()I
intermediary method_42619
Lnet/minecraft/class_7290;method_42619()I
named getDelay
Lnet/minecraft/particle/ShriekParticleEffect;getDelay()I
-