public class ItemMapBehavior extends CloudItemBehavior
| Modifier and Type | Field and Description |
|---|---|
static AtomicLong |
mapIdAllocator |
| Constructor and Description |
|---|
ItemMapBehavior() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canBeActivated() |
int |
getMaxStackSize(org.cloudburstmc.api.item.ItemStack item) |
canBePlaced, canDestroy, canPlaceOn, getArmorPoints, getAttackDamage, getBlock, getEnchantAbility, getFuelTime, getMaxDurability, getTier, getToolType, getToughness, isArmor, isAxe, isBoots, isChestplate, isHelmet, isHoe, isLeggings, isPickaxe, isShears, isShovel, isSword, isTool, isUnbreakable, onActivate, onClickAir, onRelease, onUse, useOn, useOnpublic static final AtomicLong mapIdAllocator
public boolean canBeActivated()
canBeActivated in interface org.cloudburstmc.api.item.behavior.ItemBehaviorcanBeActivated in class CloudItemBehaviorpublic int getMaxStackSize(org.cloudburstmc.api.item.ItemStack item)
getMaxStackSize in interface org.cloudburstmc.api.item.behavior.ItemBehaviorgetMaxStackSize in class CloudItemBehaviorCopyright © 2021. All rights reserved.