Package net.minecraft.particle
Record Class SculkChargeParticleEffect
java.lang.Object
java.lang.Record
net.minecraft.particle.SculkChargeParticleEffect
- Record Components:
roll
-
- All Implemented Interfaces:
ParticleEffect
- Mappings:
Namespace Name official jy
intermediary net/minecraft/class_7227
named net/minecraft/particle/SculkChargeParticleEffect
official c
intermediary comp_632
named roll
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.particle.ParticleEffect
ParticleEffect.Factory<T extends ParticleEffect>
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<SculkChargeParticleEffect>
static final ParticleEffect.Factory<SculkChargeParticleEffect>
private final float
The field for theroll
record component. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionasString()
final boolean
Indicates whether some other object is "equal to" this one.getType()
final int
hashCode()
Returns a hash code value for this object.float
roll()
Returns the value of theroll
record component.final String
toString()
Returns a string representation of this record class.void
write
(PacketByteBuf buf)
-
Field Details
-
roll
private final float rollThe field for theroll
record component. -
CODEC
- Mappings:
Namespace Name Mixin selector official a
Ljy;a:Lcom/mojang/serialization/Codec;
intermediary field_38005
Lnet/minecraft/class_7227;field_38005:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/particle/SculkChargeParticleEffect;CODEC:Lcom/mojang/serialization/Codec;
-
FACTORY
- Mappings:
Namespace Name Mixin selector official b
Ljy;b:Ljv$a;
intermediary field_38006
Lnet/minecraft/class_7227;field_38006:Lnet/minecraft/class_2394$class_2395;
named FACTORY
Lnet/minecraft/particle/SculkChargeParticleEffect;FACTORY:Lnet/minecraft/particle/ParticleEffect$Factory;
-
-
Constructor Details
-
SculkChargeParticleEffect
public SculkChargeParticleEffect(float float2)
-
-
Method Details
-
getType
- Specified by:
getType
in interfaceParticleEffect
- Mappings:
Namespace Name Mixin selector official b
Ljv;b()Ljw;
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
- Specified by:
write
in interfaceParticleEffect
- Mappings:
Namespace Name Mixin selector official a
Ljv;a(Lui;)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
- Specified by:
asString
in interfaceParticleEffect
- Mappings:
Namespace Name Mixin selector official a
Ljv;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;
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with '=='. -
roll
public float roll()Returns the value of theroll
record component.- Returns:
- the value of the
roll
record component
-