Package at.petrak.paucal.common.impl
Class PaucalAPIImpl
java.lang.Object
at.petrak.paucal.common.impl.PaucalAPIImpl
- All Implemented Interfaces:
at.petrak.paucal.api.PaucalAPI
-
Field Summary
Fields inherited from interface at.petrak.paucal.api.PaucalAPI
CONTRIBUTOR_URL, HEADPAT_AUDIO_URL_STUB, INSTANCE, LOGGER, MOD_ID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsendPacketNearC2S(net.minecraft.world.phys.Vec3 pos, double radius, net.minecraft.server.level.ServerLevel dimension, at.petrak.paucal.api.msg.PaucalMessage packet) voidsendPacketToPlayerC2S(net.minecraft.server.level.ServerPlayer target, at.petrak.paucal.api.msg.PaucalMessage packet) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface at.petrak.paucal.api.PaucalAPI
getContributor
-
Constructor Details
-
PaucalAPIImpl
public PaucalAPIImpl()
-
-
Method Details
-
sendPacketToPlayerC2S
public void sendPacketToPlayerC2S(net.minecraft.server.level.ServerPlayer target, at.petrak.paucal.api.msg.PaucalMessage packet) - Specified by:
sendPacketToPlayerC2Sin interfaceat.petrak.paucal.api.PaucalAPI
-
sendPacketNearC2S
public void sendPacketNearC2S(net.minecraft.world.phys.Vec3 pos, double radius, net.minecraft.server.level.ServerLevel dimension, at.petrak.paucal.api.msg.PaucalMessage packet) - Specified by:
sendPacketNearC2Sin interfaceat.petrak.paucal.api.PaucalAPI
-