public class SuperGlueItem
extends net.minecraft.item.Item
| Constructor and Description |
|---|
SuperGlueItem(net.minecraft.item.Item.Properties properties) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canBeDepleted() |
protected boolean |
canPlace(net.minecraft.entity.player.PlayerEntity entity,
net.minecraft.util.Direction facing,
net.minecraft.item.ItemStack stack,
net.minecraft.util.math.BlockPos pos) |
int |
getItemStackLimit(net.minecraft.item.ItemStack stack) |
int |
getMaxDamage(net.minecraft.item.ItemStack stack) |
static void |
onBroken(net.minecraft.entity.player.PlayerEntity player) |
static void |
spawnParticles(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos,
net.minecraft.util.Direction direction,
boolean fullBlock) |
net.minecraft.util.ActionResultType |
useOn(net.minecraft.item.ItemUseContext context) |
allowdedIn, appendHoverText, asItem, byBlock, byId, canAttackBlock, canBeHurtBy, fillItemCategory, finishUsingItem, getCraftingRemainingItem, getDefaultAttributeModifiers, getDefaultInstance, getDescription, getDescriptionId, getDescriptionId, getDestroySpeed, getDrinkingSound, getEatingSound, getEnchantmentValue, getFoodProperties, getHarvestLevel, getId, getItemCategory, getItemStackTileEntityRenderer, getMaxDamage, getMaxStackSize, getName, getOrCreateDescriptionId, getPlayerPOVHitResult, getRarity, getTags, getToolTypes, getUseAnimation, getUseDuration, hasCraftingRemainingItem, hurtEnemy, interactLivingEntity, inventoryTick, is, isComplex, isCorrectToolForDrops, isEdible, isEnchantable, isFireResistant, isFoil, isRepairable, isValidRepairItem, mineBlock, onCraftedBy, onUseTick, releaseUsing, shouldOverrideMultiplayerNbt, toString, use, useOnRelease, verifyTagAfterLoadgetRegistryName, getRegistryType, setRegistryName, setRegistryName, setRegistryNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcanApplyAtEnchantingTable, canContinueUsing, canDisableShield, canElytraFly, canEquip, canHarvestBlock, createEntity, damageItem, doesSneakBypassUse, elytraFlightTick, getArmorModel, getArmorTexture, getAttributeModifiers, getBurnTime, getBurnTime, getContainerItem, getCreativeTabs, getCreatorModId, getDamage, getDurabilityForDisplay, getEntityLifespan, getEquipmentSlot, getFontRenderer, getHighlightTip, getItem, getItemEnchantability, getRGBDurabilityForDisplay, getShareTag, getSmeltingExperience, getXpRepairRatio, hasContainerItem, hasCustomEntity, initCapabilities, isBookEnchantable, isDamageable, isDamaged, isEnderMask, isPiglinCurrency, isShield, makesPiglinsNeutral, onArmorTick, onBlockStartBreak, onDroppedByPlayer, onEntityItemUpdate, onEntitySwing, onHorseArmorTick, onItemUseFirst, onLeftClickEntity, onUsingTick, readShareTag, renderHelmetOverlay, setDamage, shouldCauseBlockBreakReset, shouldCauseReequipAnimation, showDurabilityBarpublic SuperGlueItem(net.minecraft.item.Item.Properties properties)
public boolean canBeDepleted()
canBeDepleted in class net.minecraft.item.Itempublic int getMaxDamage(net.minecraft.item.ItemStack stack)
public int getItemStackLimit(net.minecraft.item.ItemStack stack)
public net.minecraft.util.ActionResultType useOn(net.minecraft.item.ItemUseContext context)
useOn in class net.minecraft.item.Itempublic static void onBroken(net.minecraft.entity.player.PlayerEntity player)
protected boolean canPlace(net.minecraft.entity.player.PlayerEntity entity,
net.minecraft.util.Direction facing,
net.minecraft.item.ItemStack stack,
net.minecraft.util.math.BlockPos pos)
public static void spawnParticles(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos,
net.minecraft.util.Direction direction,
boolean fullBlock)