Package net.minecraft.util.collection
Class LowercaseMap
java.lang.Object
net.minecraft.util.collection.LowercaseMap
- All Implemented Interfaces:
Map
- Mappings:
Namespace Name official olintermediary net/minecraft/class_832named net/minecraft/util/collection/LowercaseMap
-
Nested Class Summary
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontainsKey(Object object) booleancontainsValue(Object object) entrySet()booleanisEmpty()keySet()voidintsize()values()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, put, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
delegate
- Mappings:
Namespace Name Mixin selector official aLol;a:Ljava/util/Map;intermediary field_3065Lnet/minecraft/class_832;field_3065:Ljava/util/Map;named delegateLnet/minecraft/util/collection/LowercaseMap;delegate:Ljava/util/Map;
-
-
Constructor Details
-
LowercaseMap
public LowercaseMap()
-
-
Method Details
-
size
public int size() -
isEmpty
public boolean isEmpty() -
containsKey
- Specified by:
containsKeyin interfaceMap- Mappings:
Namespace Name Mixin selector official containsKeyLol;containsKey(Ljava/lang/Object;)Zintermediary containsKeyLnet/minecraft/class_832;containsKey(Ljava/lang/Object;)Znamed containsKeyLnet/minecraft/util/collection/LowercaseMap;containsKey(Ljava/lang/Object;)Z
-
containsValue
- Specified by:
containsValuein interfaceMap- Mappings:
Namespace Name Mixin selector official containsValueLol;containsValue(Ljava/lang/Object;)Zintermediary containsValueLnet/minecraft/class_832;containsValue(Ljava/lang/Object;)Znamed containsValueLnet/minecraft/util/collection/LowercaseMap;containsValue(Ljava/lang/Object;)Z
-
get
- Specified by:
getin interfaceMap- Mappings:
Namespace Name Mixin selector official getLol;get(Ljava/lang/Object;)Ljava/lang/Object;intermediary getLnet/minecraft/class_832;get(Ljava/lang/Object;)Ljava/lang/Object;named getLnet/minecraft/util/collection/LowercaseMap;get(Ljava/lang/Object;)Ljava/lang/Object;
-
put
- Mappings:
Namespace Name Mixin selector official aLol;a(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;intermediary method_2300Lnet/minecraft/class_832;method_2300(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;named putLnet/minecraft/util/collection/LowercaseMap;put(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;
-
remove
- Specified by:
removein interfaceMap- Mappings:
Namespace Name Mixin selector official removeLol;remove(Ljava/lang/Object;)Ljava/lang/Object;intermediary removeLnet/minecraft/class_832;remove(Ljava/lang/Object;)Ljava/lang/Object;named removeLnet/minecraft/util/collection/LowercaseMap;remove(Ljava/lang/Object;)Ljava/lang/Object;
-
putAll
-
clear
public void clear() -
keySet
-
values
-
entrySet
-