mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-03-04 06:44:40 +01:00
WRONG!
This commit is contained in:
parent
b037598571
commit
51b3860f21
1 changed files with 0 additions and 1 deletions
|
@ -16,7 +16,6 @@ import com.simibubi.create.api.registry.AttachedRegistry;
|
|||
public class AttachedRegistryImpl<K, V> implements AttachedRegistry<K, V> {
|
||||
private static final Object nullMarker = new Object();
|
||||
|
||||
// all of these have identity semantics
|
||||
private final Map<K, V> registrations = new IdentityHashMap<>();
|
||||
private final List<Provider<K, V>> providers = new ArrayList<>();
|
||||
private final Map<Provider<K, V>, Set<K>> providedKeys = new IdentityHashMap<>();
|
||||
|
|
Loading…
Add table
Reference in a new issue