Package net.minecraft.client
Class DebugQueryHandler
java.lang.Object
net.minecraft.client.DebugQueryHandler
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Consumer
<CompoundTag> private final ClientPacketListener
private int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
handleResponse
(int pTransactionId, CompoundTag pTag) void
queryBlockEntityTag
(BlockPos pPos, Consumer<CompoundTag> pTag) void
queryEntityTag
(int pEntId, Consumer<CompoundTag> pTag) private int
startTransaction
(Consumer<CompoundTag> pCallback)
-
Field Details
-
connection
-
transactionId
private int transactionId -
callback
-
-
Constructor Details
-
DebugQueryHandler
-
-
Method Details
-
handleResponse
-
startTransaction
-
queryEntityTag
-
queryBlockEntityTag
-