Package at.petrak.paucal.xplat
Interface IXplatAbstractions
public interface IXplatAbstractions
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescription@Nullable net.minecraft.sounds.SoundEventgetSoundByID(net.minecraft.resources.ResourceLocation id) default voidinit()platform()
-
Field Details
-
INSTANCE
-
-
Method Details
-
platform
Platform platform() -
getSoundByID
@Nullable @Nullable net.minecraft.sounds.SoundEvent getSoundByID(net.minecraft.resources.ResourceLocation id) -
init
default void init()
-