public class BlockStateMetaMappings extends Object
| Constructor and Description |
|---|
BlockStateMetaMappings() |
| Modifier and Type | Method and Description |
|---|---|
int |
getMetaFromState(org.cloudburstmc.api.block.BlockState state) |
org.cloudburstmc.api.block.BlockState |
getStateFromMeta(org.cloudburstmc.api.util.Identifier type,
int meta) |
org.cloudburstmc.api.block.BlockState |
getStateFromMeta(org.cloudburstmc.api.item.ItemStack item) |
boolean |
hasMeta(org.cloudburstmc.api.util.Identifier type,
int meta) |
void |
init() |
public void init()
public boolean hasMeta(org.cloudburstmc.api.util.Identifier type,
int meta)
public int getMetaFromState(org.cloudburstmc.api.block.BlockState state)
public org.cloudburstmc.api.block.BlockState getStateFromMeta(org.cloudburstmc.api.item.ItemStack item)
public org.cloudburstmc.api.block.BlockState getStateFromMeta(org.cloudburstmc.api.util.Identifier type,
int meta)
Copyright © 2021. All rights reserved.