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