java.lang.Object
com.simibubi.create.foundation.networking.SimplePacketBase
com.simibubi.create.content.contraptions.components.structureMovement.glue.GlueEffectPacket

public class GlueEffectPacket extends SimplePacketBase
  • Constructor Summary

    Constructors
    Constructor
    Description
    GlueEffectPacket​(net.minecraft.core.BlockPos pos, net.minecraft.core.Direction direction, boolean fullBlock)
     
    GlueEffectPacket​(net.minecraft.network.FriendlyByteBuf buffer)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle​(Supplier<net.minecraftforge.fmllegacy.network.NetworkEvent.Context> context)
     
    void
    write​(net.minecraft.network.FriendlyByteBuf buffer)
     

    Methods inherited from class java.lang.Object

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

    • GlueEffectPacket

      public GlueEffectPacket(net.minecraft.core.BlockPos pos, net.minecraft.core.Direction direction, boolean fullBlock)
    • GlueEffectPacket

      public GlueEffectPacket(net.minecraft.network.FriendlyByteBuf buffer)
  • Method Details

    • write

      public void write(net.minecraft.network.FriendlyByteBuf buffer)
      Specified by:
      write in class SimplePacketBase
    • handle

      public void handle(Supplier<net.minecraftforge.fmllegacy.network.NetworkEvent.Context> context)
      Specified by:
      handle in class SimplePacketBase