Interface AmbientMoodSettings
- All Superinterfaces:
Wrapper
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classCreates a new ambient mood settings record builder.Nested classes/interfaces inherited from interface Wrapper
Wrapper.Context<C> -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionintGets the block search extent of the ambient mood settings.static AmbientMoodSettings.Builderbuilder()Creates a new ambient mood settings record builder.static AmbientMoodSettingsof(SoundEvent soundEvent, int tickDelay, int blockSearchExtent, double soundPositionOffset) Creates a new ambient mood settings record.Gets the sound event of the ambient mood settings.doubleGets the sound position offset of the ambient mood settings.intGets the tick delay of the ambient mood settings.Methods inherited from interface Wrapper
asHandle, toMinecraft
-
Field Details
-
WIRE
-
-
Method Details
-
soundEvent
Gets the sound event of the ambient mood settings.- Returns:
- the sound event of the ambient mood settings
- Since:
- 2.4.1
-
tickDelay
Gets the tick delay of the ambient mood settings.- Returns:
- the tick delay of the ambient mood settings
- Since:
- 2.4.1
-
blockSearchExtent
Gets the block search extent of the ambient mood settings.- Returns:
- the block search extent of the ambient mood settings
- Since:
- 2.4.1
-
soundPositionOffset
Gets the sound position offset of the ambient mood settings.- Returns:
- the sound position offset of the ambient mood settings
- Since:
- 2.4.1
-
of
@AsOf("2.4.1") static AmbientMoodSettings of(SoundEvent soundEvent, int tickDelay, int blockSearchExtent, double soundPositionOffset) Creates a new ambient mood settings record.- Parameters:
soundEvent- the sound event of the ambient mood settingstickDelay- the tick delay of the ambient mood settingsblockSearchExtent- the block search extent of the ambient mood settingssoundPositionOffset- the sound position offset of the ambient mood settings- Returns:
- a new ambient mood settings record
- Since:
- 2.4.1
-
builder
Creates a new ambient mood settings record builder.- Returns:
- a new ambient mood settings record builder
- Since:
- 2.4.1
-