Uses of Class
org.sunflow.util.FastHashMap
-
Packages that use FastHashMap Package Description org.sunflow org.sunflow.core org.sunflow.system -
-
Uses of FastHashMap in org.sunflow
Fields in org.sunflow declared as FastHashMap Modifier and Type Field Description private FastHashMap<java.lang.String,RenderObjectMap.RenderObjectHandle>
RenderObjectMap. renderObjects
-
Uses of FastHashMap in org.sunflow.core
Fields in org.sunflow.core declared as FastHashMap Modifier and Type Field Description protected FastHashMap<java.lang.String,ParameterList.Parameter>
ParameterList. list
-
Uses of FastHashMap in org.sunflow.system
Fields in org.sunflow.system declared as FastHashMap Modifier and Type Field Description private FastHashMap<java.lang.String,java.lang.Class<? extends T>>
Plugins. pluginClasses
-