Package etithespirit.orimod.client.audio
Class VanillaSoundIdentifier
java.lang.Object
etithespirit.orimod.client.audio.VanillaSoundIdentifier
Identifies sounds played by vanilla and loosely categorizes them.
- Author:
- Eti
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
A loose categorization method of sounds based on how overrides are applied. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the associated sound type for the given sound event name.
-
Constructor Details
-
VanillaSoundIdentifier
public VanillaSoundIdentifier()
-
-
Method Details
-
getTypeOf
Returns the associated sound type for the given sound event name. If this is SoundType.NO_OVERWRITE, then it should not be overridden.- Parameters:
soundEventName
- The vanilla SoundEvent- Throws:
ArgumentNullException
- if any arguments denoted as @Nonnull are null.
-