Class ClientboundSetBorderLerpSizePacket
java.lang.Object
net.minecraft.network.protocol.game.ClientboundSetBorderLerpSizePacket
- All Implemented Interfaces:
Packet<ClientGamePacketListener>
public class ClientboundSetBorderLerpSizePacket
extends Object
implements Packet<ClientGamePacketListener>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final long
private final double
private final double
static final StreamCodec
<FriendlyByteBuf, ClientboundSetBorderLerpSizePacket> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
ClientboundSetBorderLerpSizePacket
(WorldBorder pWorldBorder) -
Method Summary
Modifier and TypeMethodDescriptionlong
double
double
void
handle
(ClientGamePacketListener p_179237_) Passes this Packet on to the PacketListener for processing.type()
private void
write
(FriendlyByteBuf pBuffer) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.network.protocol.Packet
isSkippable, isTerminal
-
Field Details
-
STREAM_CODEC
-
oldSize
private final double oldSize -
newSize
private final double newSize -
lerpTime
private final long lerpTime
-
-
Constructor Details
-
ClientboundSetBorderLerpSizePacket
-
ClientboundSetBorderLerpSizePacket
-
-
Method Details
-
write
-
type
- Specified by:
type
in interfacePacket<ClientGamePacketListener>
-
handle
Description copied from interface:Packet
Passes this Packet on to the PacketListener for processing.- Specified by:
handle
in interfacePacket<ClientGamePacketListener>
-
getOldSize
public double getOldSize() -
getNewSize
public double getNewSize() -
getLerpTime
public long getLerpTime()
-