Package etithespirit.mixin.helpers
Class DuplicateSoundEvent
java.lang.Object
net.minecraft.sounds.SoundEvent
etithespirit.mixin.helpers.DuplicateSoundEvent
public class DuplicateSoundEvent
extends net.minecraft.sounds.SoundEvent
Literally just SoundEvent as a different class.
-
Field Summary
Fields inherited from class net.minecraft.sounds.SoundEvent
CODEC
-
Constructor Summary
ConstructorsConstructorDescriptionDuplicateSoundEvent
(net.minecraft.sounds.SoundEvent template) Create a new instance from an existing SoundEvent -
Method Summary
Methods inherited from class net.minecraft.sounds.SoundEvent
getLocation, getRange
-
Constructor Details
-
DuplicateSoundEvent
public DuplicateSoundEvent(net.minecraft.sounds.SoundEvent template) Create a new instance from an existing SoundEvent- Parameters:
template
- The existing event.
-