net.earthcomputer.multiconnect.protocols.v1_10.SoundEvents_1_10 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of multiconnect Show documentation
Show all versions of multiconnect Show documentation
The full multiconnect mod JAR
The newest version!
package net.earthcomputer.multiconnect.protocols.v1_10;
import net.minecraft.resources.ResourceLocation;
import net.minecraft.sounds.SoundEvent;
public class SoundEvents_1_10 {
// TODO: use with via
public static final SoundEvent ENTITY_EXPERIENCE_ORB_TOUCH = SoundEvent.createVariableRangeEvent(new ResourceLocation("entity.experience_orb.touch"));
}