public class MaterialMap extends Object implements Map<String,MetaMaterial>
| Constructor and Description |
|---|
MaterialMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object o) |
boolean |
containsValue(Object o) |
Set<Map.Entry<String,MetaMaterial>> |
entrySet() |
MetaMaterial |
get(Object o) |
boolean |
isEmpty() |
Set<String> |
keySet() |
protected String |
m(String a) |
MetaMaterial |
put(String s,
MetaMaterial metaMaterial) |
void |
putAll(Map<? extends String,? extends MetaMaterial> map) |
MetaMaterial |
remove(Object o) |
protected void |
set(org.bukkit.Material key,
MetaMaterial material) |
protected void |
set(String key,
MetaMaterial material) |
int |
size() |
protected boolean |
unset(org.bukkit.Material key) |
protected boolean |
unset(String key) |
Collection<MetaMaterial> |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllprotected void set(String key, MetaMaterial material)
protected void set(org.bukkit.Material key,
MetaMaterial material)
protected boolean unset(String key)
protected boolean unset(org.bukkit.Material key)
public int size()
size in interface Map<String,MetaMaterial>public boolean isEmpty()
isEmpty in interface Map<String,MetaMaterial>public boolean containsKey(Object o)
containsKey in interface Map<String,MetaMaterial>public boolean containsValue(Object o)
containsValue in interface Map<String,MetaMaterial>public MetaMaterial get(Object o)
get in interface Map<String,MetaMaterial>public MetaMaterial put(String s, MetaMaterial metaMaterial)
put in interface Map<String,MetaMaterial>public MetaMaterial remove(Object o)
remove in interface Map<String,MetaMaterial>public void putAll(Map<? extends String,? extends MetaMaterial> map)
putAll in interface Map<String,MetaMaterial>public void clear()
clear in interface Map<String,MetaMaterial>public Collection<MetaMaterial> values()
values in interface Map<String,MetaMaterial>public Set<Map.Entry<String,MetaMaterial>> entrySet()
entrySet in interface Map<String,MetaMaterial>Copyright © 2022. All rights reserved.