Class CubeShapedParticlePacket

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

public class CubeShapedParticlePacket extends Object
  • Constructor Details

    • CubeShapedParticlePacket

      public CubeShapedParticlePacket(float posX, float posY, float posZ, float size, float speedY, int colorR, int colorG, int colorB)
  • Method Details

    • decode

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

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

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