terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
IEntryFilter.cs
Go to the documentation of this file.
1using System;
5using Terraria.UI;
6
8{
9 // Token: 0x02000625 RID: 1573
10 public interface IEntryFilter<T>
11 {
12 // Token: 0x060035F1 RID: 13809
13 bool FitsFilter(T entry);
14
15 // Token: 0x060035F2 RID: 13810
17
18 // Token: 0x060035F3 RID: 13811
20
21 // Token: 0x060035F4 RID: 13812
22 void GetDisplay([Out] Texture2D texture, [Out] Rectangle frame);
23 }
24}
void GetDisplay([Out] Texture2D texture, [Out] Rectangle frame)