File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/java/net/swedz/tesseract/neoforge/compat/mi/hook Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616@ ApiStatus .Internal
1717public final class MIHookTracker
1818{
19- private static final Map <ResourceLocation , String > REI_CATEGORY_NAMES = Maps .newHashMap ();
20- private static final Map <ResourceLocation , MachineModelProperties > MACHINE_MODELS = Maps .newHashMap ();
21- private static final Map <String , List <Consumer <MachineCasingModelsMIHookDatagenProvider >>> MACHINE_CASING_MODELS = Maps .newHashMap ();
19+ private static final Map <ResourceLocation , String > REI_CATEGORY_NAMES = Maps .newConcurrentMap ();
20+ private static final Map <ResourceLocation , MachineModelProperties > MACHINE_MODELS = Maps .newConcurrentMap ();
21+ private static final Map <String , List <Consumer <MachineCasingModelsMIHookDatagenProvider >>> MACHINE_CASING_MODELS = Maps .newConcurrentMap ();
2222
2323 public static List <Map .Entry <ResourceLocation , String >> getReiCategoryNames (String modId )
2424 {
You can’t perform that action at this time.
0 commit comments