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

    Constructors
    Constructor
    Description
    DuplicateSoundEvent(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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DuplicateSoundEvent

      public DuplicateSoundEvent(net.minecraft.sounds.SoundEvent template)
      Create a new instance from an existing SoundEvent
      Parameters:
      template - The existing event.