Class PaucalAPIImpl

java.lang.Object
at.petrak.paucal.common.impl.PaucalAPIImpl
All Implemented Interfaces:
at.petrak.paucal.api.PaucalAPI

public class PaucalAPIImpl extends Object implements 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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    sendPacketNearC2S(net.minecraft.world.phys.Vec3 pos, double radius, net.minecraft.server.level.ServerLevel dimension, at.petrak.paucal.api.msg.PaucalMessage packet)
     
    void
    sendPacketToPlayerC2S(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, wait

    Methods 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:
      sendPacketToPlayerC2S in interface at.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:
      sendPacketNearC2S in interface at.petrak.paucal.api.PaucalAPI