| Package | Description |
|---|---|
| xyz.wasabicodes.matlib | |
| xyz.wasabicodes.matlib.struct.map | |
| xyz.wasabicodes.matlib.struct.map.reverse |
| Modifier and Type | Method and Description |
|---|---|
static MetaMaterial |
MaterialLib.getMaterial(org.bukkit.block.Block block) |
static MetaMaterial |
MaterialLib.getMaterial(org.bukkit.inventory.ItemStack is) |
static MetaMaterial |
MaterialLib.getMaterial(org.bukkit.Material material) |
static MetaMaterial |
MaterialLib.getMaterial(String name) |
| Modifier and Type | Method and Description |
|---|---|
MetaMaterial |
MaterialMap.get(Object o) |
MetaMaterial |
MaterialMap.put(String s,
MetaMaterial metaMaterial) |
MetaMaterial |
MaterialMap.remove(Object o) |
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<String,MetaMaterial>> |
MaterialMap.entrySet() |
Collection<MetaMaterial> |
MaterialMap.values() |
| Modifier and Type | Method and Description |
|---|---|
MetaMaterial |
MaterialMap.put(String s,
MetaMaterial metaMaterial) |
protected void |
MaterialMap.set(org.bukkit.Material key,
MetaMaterial material) |
protected void |
MaterialMap.set(String key,
MetaMaterial material) |
| Modifier and Type | Method and Description |
|---|---|
void |
MaterialMap.putAll(Map<? extends String,? extends MetaMaterial> map) |
| Modifier and Type | Method and Description |
|---|---|
@Nullable MetaMaterial |
ReverseMaterialMap.get(org.bukkit.block.Block block) |
@Nullable MetaMaterial |
ReverseMaterialMap.get(org.bukkit.inventory.ItemStack is) |
MetaMaterial |
MaterialPredicate.getMetaMaterial() |
Copyright © 2022. All rights reserved.