Class DillonLibSounds
java.lang.Object
net.dillon.dillonlib.core.DillonLibSounds
Sounds for DillonLib.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic net.minecraft.sounds.SoundEventstatic final net.minecraft.resources.Identifier -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidbindSounds(net.minecraft.sounds.SoundEvent soundEvent) Binds the Fortnite battle pass sound to the sound event.static voidRegisters the Fortnite battle pass sound at the correct time, so NeoForged doesn't crash.
-
Field Details
-
FORTNITE_BATTLE_PASS_ID
public static final net.minecraft.resources.Identifier FORTNITE_BATTLE_PASS_ID -
FORTNITE_BATTLE_PASS
public static net.minecraft.sounds.SoundEvent FORTNITE_BATTLE_PASS
-
-
Constructor Details
-
DillonLibSounds
public DillonLibSounds()
-
-
Method Details
-
bindSounds
public static void bindSounds(net.minecraft.sounds.SoundEvent soundEvent) Binds the Fortnite battle pass sound to the sound event. -
registerBoundSoundEvents
public static void registerBoundSoundEvents()Registers the Fortnite battle pass sound at the correct time, so NeoForged doesn't crash.
-