MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / slice

Method slice

src/main/java/net/minecraft/network/PacketBuffer.java:920–923  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

918 }
919
920 public ByteBuf slice()
921 {
922 return this.buf.slice();
923 }
924
925 public ByteBuf slice(int p_slice_1_, int p_slice_2_)
926 {

Callers 2

nextByteBufferMethod · 0.80
func_181674_aMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected