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()voidsendPacketNearS2C(net.minecraft.world.phys.Vec3 pos, double radius, net.minecraft.server.level.ServerLevel dimension, PaucalMessage packet) voidsendPacketToPlayerS2C(net.minecraft.server.level.ServerPlayer target, PaucalMessage packet)
-
Field Details
-
INSTANCE
-
-
Method Details
-
platform
Platform platform() -
getSoundByID
@Nullable @Nullable net.minecraft.sounds.SoundEvent getSoundByID(net.minecraft.resources.ResourceLocation id) -
sendPacketToPlayerS2C
-
sendPacketNearS2C
void sendPacketNearS2C(net.minecraft.world.phys.Vec3 pos, double radius, net.minecraft.server.level.ServerLevel dimension, PaucalMessage packet) -
init
default void init()
-