Class HonkPacket.Serverbound

java.lang.Object
com.simibubi.create.content.trains.HonkPacket
com.simibubi.create.content.trains.HonkPacket.Serverbound
All Implemented Interfaces:
net.createmod.catnip.net.base.BasePacketPayload, net.createmod.catnip.net.base.ServerboundPacketPayload, net.minecraft.network.protocol.common.custom.CustomPacketPayload
Enclosing class:
HonkPacket

public static class HonkPacket.Serverbound extends HonkPacket implements net.createmod.catnip.net.base.ServerboundPacketPayload
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.simibubi.create.content.trains.HonkPacket

    HonkPacket.Clientbound, HonkPacket.Serverbound

    Nested classes/interfaces inherited from interface net.createmod.catnip.net.base.BasePacketPayload

    net.createmod.catnip.net.base.BasePacketPayload.PacketTypeProvider

    Nested classes/interfaces inherited from interface net.minecraft.network.protocol.common.custom.CustomPacketPayload

    net.minecraft.network.protocol.common.custom.CustomPacketPayload.FallbackProvider<B extends net.minecraft.network.FriendlyByteBuf>, net.minecraft.network.protocol.common.custom.CustomPacketPayload.Type<T extends net.minecraft.network.protocol.common.custom.CustomPacketPayload>, net.minecraft.network.protocol.common.custom.CustomPacketPayload.TypeAndCodec<B extends net.minecraft.network.FriendlyByteBuf,T extends net.minecraft.network.protocol.common.custom.CustomPacketPayload>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf,HonkPacket.Serverbound>
     

    Fields inherited from class com.simibubi.create.content.trains.HonkPacket

    isHonk, trainId
  • Constructor Summary

    Constructors
    Constructor
    Description
    Serverbound(Train train, boolean isHonk)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.createmod.catnip.net.base.BasePacketPayload.PacketTypeProvider
     
    void
    handle(net.minecraft.server.level.ServerPlayer player)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.createmod.catnip.net.base.BasePacketPayload

    type

    Methods inherited from interface net.minecraft.network.protocol.common.custom.CustomPacketPayload

    toVanillaClientbound, toVanillaServerbound
  • Field Details

    • STREAM_CODEC

      public static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf,HonkPacket.Serverbound> STREAM_CODEC
  • Constructor Details

    • Serverbound

      public Serverbound(Train train, boolean isHonk)
  • Method Details

    • handle

      public void handle(net.minecraft.server.level.ServerPlayer player)
      Specified by:
      handle in interface net.createmod.catnip.net.base.ServerboundPacketPayload
    • getTypeProvider

      public net.createmod.catnip.net.base.BasePacketPayload.PacketTypeProvider getTypeProvider()
      Specified by:
      getTypeProvider in interface net.createmod.catnip.net.base.BasePacketPayload