Package net.minecraft

Record Class class_7359.class_7360

java.lang.Object
java.lang.Record
net.minecraft.class_7359.class_7360
Record Components:
sprite -
All Implemented Interfaces:
ParticleFactory<DefaultParticleType>
Enclosing class:
class_7359

@Environment(CLIENT) public static record class_7359.class_7360(SpriteProvider sprite) extends Record implements ParticleFactory<DefaultParticleType>
Mappings:
Namespace Name
official epq$a
intermediary net/minecraft/class_7359$class_7360
named net/minecraft/class_7359$class_7360
official a
intermediary comp_704
named sprite
  • Field Details

  • Constructor Details

  • Method Details

    • createParticle

      public Particle createParticle(DefaultParticleType defaultParticleType, ClientWorld clientWorld, double double2, double double3, double double4, double double5, double double6, double double7)
      Specified by:
      createParticle in interface ParticleFactory<DefaultParticleType>
      Mappings:
      Namespace Name Mixin selector
      official a Lepq$a;a(Lig;Lenj;DDDDDD)Lepg;
      intermediary method_43000 Lnet/minecraft/class_7359$class_7360;method_43000(Lnet/minecraft/class_2400;Lnet/minecraft/class_638;DDDDDD)Lnet/minecraft/class_703;
      named createParticle Lnet/minecraft/class_7359$class_7360;createParticle(Lnet/minecraft/particle/DefaultParticleType;Lnet/minecraft/client/world/ClientWorld;DDDDDD)Lnet/minecraft/client/particle/Particle;
    • 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 Objects::equals(Object,Object).
      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.
    • sprite

      public SpriteProvider sprite()
      Returns the value of the sprite record component.
      Returns:
      the value of the sprite record component