Record Class SculkChargeParticleEffect

java.lang.Object
java.lang.Record
net.minecraft.particle.SculkChargeParticleEffect
Record Components:
roll -
All Implemented Interfaces:
ParticleEffect

public record SculkChargeParticleEffect(float roll) extends Record implements ParticleEffect
Mappings:
Namespace Name
official ir
intermediary net/minecraft/class_7227
named net/minecraft/particle/SculkChargeParticleEffect
official c
intermediary comp_632
named roll
  • Field Details

    • roll

      private final float roll
      The field for the roll record component.
    • CODEC

      public static final com.mojang.serialization.Codec<SculkChargeParticleEffect> CODEC
      Mappings:
      Namespace Name Mixin selector
      official a Lir;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

      public static final ParticleEffect.Factory<SculkChargeParticleEffect> FACTORY
      Mappings:
      Namespace Name Mixin selector
      official b Lir;b:Lio$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 interface ParticleEffect
      Mappings:
      Namespace Name Mixin selector
      official b Lio;b()Lip;
      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

      public void write(PacketByteBuf buf)
      Specified by:
      write in interface ParticleEffect
      Mappings:
      Namespace Name Mixin selector
      official a Lio;a(Lsd;)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

      public String asString()
      Specified by:
      asString in interface ParticleEffect
      Mappings:
      Namespace Name Mixin selector
      official a Lio;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

      public final 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.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • 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.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object object)
      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 '=='.
      Specified by:
      equals in class Record
      Parameters:
      object - the object with which to compare
      Returns:
      true if this object is the same as the object argument; false otherwise.
    • roll

      public float roll()
      Returns the value of the roll record component.
      Returns:
      the value of the roll record component