Package net.minecraft.client
Class DebugQueryHandler
java.lang.Object
net.minecraft.client.DebugQueryHandler
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate Consumer<CompoundTag>private final ClientPacketListenerprivate int
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanhandleResponse(int p_90706_, CompoundTag p_90707_) voidqueryBlockEntityTag(BlockPos p_90709_, Consumer<CompoundTag> p_90710_) voidqueryEntityTag(int p_90703_, Consumer<CompoundTag> p_90704_) private intstartTransaction(Consumer<CompoundTag> p_90712_) 
- 
Field Details- 
connection
- 
transactionIdprivate int transactionId
- 
callback
 
- 
- 
Constructor Details- 
DebugQueryHandler
 
- 
- 
Method Details- 
handleResponse
- 
startTransaction
- 
queryEntityTag
- 
queryBlockEntityTag
 
-