Class CircleShapedParticlePacket

java.lang.Object
com.idark.valoria.core.network.packets.CircleShapedParticlePacket

public class CircleShapedParticlePacket extends Object
  • Constructor Details

    • CircleShapedParticlePacket

      public CircleShapedParticlePacket(float posX, float posY, float posZ, float yawRaw, float posToX, float posToY, float posToZ, int colorR, int colorG, int colorB)
  • Method Details

    • decode

      public static CircleShapedParticlePacket decode(net.minecraft.network.FriendlyByteBuf buf)
    • handle

      public static void handle(CircleShapedParticlePacket msg, Supplier<net.minecraftforge.network.NetworkEvent.Context> ctx)
    • encode

      public void encode(net.minecraft.network.FriendlyByteBuf buf)