MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / setResolving

Method setResolving

launcher/minecraft/mod/Resource.h:88–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 [[nodiscard]] auto resolutionTicket() const -> int { return m_resolution_ticket; }
87
88 void setResolving(bool resolving, int resolutionTicket)
89 {
90 m_is_resolving = resolving;
91 m_resolution_ticket = resolutionTicket;
92 }
93
94 // Delete all files of this resource.
95 bool destroy();

Callers 1

resolveResourceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected