Class ClientboundBlockEventPacket
java.lang.Object
net.minecraft.network.protocol.game.ClientboundBlockEventPacket
- All Implemented Interfaces:
- Packet<ClientGamePacketListener>
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionClientboundBlockEventPacket(BlockPos p_131715_, Block p_131716_, int p_131717_, int p_131718_) ClientboundBlockEventPacket(FriendlyByteBuf p_178623_) 
- 
Method SummaryModifier and TypeMethodDescriptionintgetB0()intgetB1()getBlock()getPos()voidhandle(ClientGamePacketListener p_131724_) voidwrite(FriendlyByteBuf p_131727_) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.protocol.PacketisSkippable, nextProtocol
- 
Field Details- 
pos
- 
b0private final int b0
- 
b1private final int b1
- 
block
 
- 
- 
Constructor Details- 
ClientboundBlockEventPacket
- 
ClientboundBlockEventPacket
 
- 
- 
Method Details- 
write- Specified by:
- writein interface- Packet<ClientGamePacketListener>
 
- 
handle- Specified by:
- handlein interface- Packet<ClientGamePacketListener>
 
- 
getPos
- 
getB0public int getB0()
- 
getB1public int getB1()
- 
getBlock
 
-