Record Class MoodSound
java.lang.Object
java.lang.Record
fr.fidorial.world.environment.MoodSound
- Record Components:
sound- theminecraft:sound_eventkeytickDelay- ticks the mood value needs to fill before the sound may playblockSearchExtent- radius, in blocks, of the darkness search cubeoffset- distance from the player the sound is emitted at
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintReturns the value of theblockSearchExtentrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.static MoodSoundCreates a mood sound.doubleoffset()Returns the value of theoffsetrecord component.sound()Returns the value of thesoundrecord component.intReturns the value of thetickDelayrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
CAVE
The vanilla overworld cave mood sound.
-
-
Constructor Details
-
MoodSound
Creates an instance of aMoodSoundrecord class.- Parameters:
sound- the value for thesoundrecord componenttickDelay- the value for thetickDelayrecord componentblockSearchExtent- the value for theblockSearchExtentrecord componentoffset- the value for theoffsetrecord component
-
-
Method Details
-
of
Creates a mood sound.- Parameters:
sound- the sound event keytickDelay- ticks before the sound may playblockSearchExtent- radius of the darkness search cubeoffset- emission distance- Returns:
- the mood sound
-
toString
-
hashCode
-
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. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with thecomparemethod from their corresponding wrapper classes. -
sound
-
tickDelay
-
blockSearchExtent
public int blockSearchExtent()Returns the value of theblockSearchExtentrecord component.- Returns:
- the value of the
blockSearchExtentrecord component
-
offset
-