Class SculkVibrationSignal
java.lang.Object
net.minestom.server.network.packet.server.play.SculkVibrationSignal
- All Implemented Interfaces:
SendablePacket
,ServerPacket
,Writeable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getId()
Gets the id of this packet.void
write
(@NotNull BinaryWriter writer) Writes into aBinaryWriter
.
-
Field Details
-
position
-
destinationIdentifier
-
arrivalTicks
public int arrivalTicks
-
-
Constructor Details
-
SculkVibrationSignal
public SculkVibrationSignal()
-
-
Method Details
-
write
Description copied from interface:Writeable
Writes into aBinaryWriter
. -
getId
public int getId()Description copied from interface:ServerPacket
Gets the id of this packet.Written in the final buffer header so it needs to match the client id.
- Specified by:
getId
in interfaceServerPacket
- Returns:
- the id of this packet
-