Class ParticleS2CPacket

java.lang.Object
nokunami.floral_warfare.common.network.client.ParticleS2CPacket

public class ParticleS2CPacket extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    ParticleS2CPacket(net.minecraft.network.FriendlyByteBuf buf)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(Supplier<net.minecraftforge.network.NetworkEvent.Context> ctx)
     
    void
    queueParticle(Supplier<net.minecraft.core.particles.ParticleOptions> particleOptions, boolean b, double x, double y, double z, double x2, double y2, double z2)
     
    void
    queueParticle(Supplier<net.minecraft.core.particles.ParticleOptions> particleOptions, boolean b, net.minecraft.world.phys.Vec3 xyz, net.minecraft.world.phys.Vec3 xyz2)
     
    void
    queueParticle(net.minecraft.core.particles.ParticleOptions particleOptions, boolean b, double x, double y, double z, double x2, double y2, double z2)
     
    void
    queueParticle(net.minecraft.core.particles.ParticleOptions particleOptions, boolean b, net.minecraft.world.phys.Vec3 xyz, net.minecraft.world.phys.Vec3 xyz2)
     
    void
    toBytes(net.minecraft.network.FriendlyByteBuf buf)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ParticleS2CPacket

      public ParticleS2CPacket()
    • ParticleS2CPacket

      public ParticleS2CPacket(net.minecraft.network.FriendlyByteBuf buf)
  • Method Details

    • queueParticle

      public void queueParticle(Supplier<net.minecraft.core.particles.ParticleOptions> particleOptions, boolean b, double x, double y, double z, double x2, double y2, double z2)
    • queueParticle

      public void queueParticle(net.minecraft.core.particles.ParticleOptions particleOptions, boolean b, double x, double y, double z, double x2, double y2, double z2)
    • queueParticle

      public void queueParticle(Supplier<net.minecraft.core.particles.ParticleOptions> particleOptions, boolean b, net.minecraft.world.phys.Vec3 xyz, net.minecraft.world.phys.Vec3 xyz2)
    • queueParticle

      public void queueParticle(net.minecraft.core.particles.ParticleOptions particleOptions, boolean b, net.minecraft.world.phys.Vec3 xyz, net.minecraft.world.phys.Vec3 xyz2)
    • toBytes

      public void toBytes(net.minecraft.network.FriendlyByteBuf buf)
    • handle

      public void handle(Supplier<net.minecraftforge.network.NetworkEvent.Context> ctx)