public class TILItemSword1_16_5 extends net.minecraft.world.item.SwordItem implements ItemHelpers1_16_5
| Modifier and Type | Field and Description |
|---|---|
protected mods.thecomputerizer.theimpossiblelibrary.api.registry.item.ItemProperties |
properties |
| Constructor and Description |
|---|
TILItemSword1_16_5(net.minecraft.world.item.Tier tier,
int damage,
float speed,
mods.thecomputerizer.theimpossiblelibrary.api.registry.item.ItemProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendHoverText(net.minecraft.world.item.ItemStack stack,
@Nullable net.minecraft.world.level.Level world,
java.util.List<net.minecraft.network.chat.Component> components,
net.minecraft.world.item.TooltipFlag flag) |
@NotNull mods.thecomputerizer.theimpossiblelibrary.api.registry.item.ItemProperties |
getProperties() |
@NotNull net.minecraft.world.InteractionResult |
useOn(net.minecraft.world.item.context.UseOnContext ctx) |
canAttackBlock, getDamage, getDefaultAttributeModifiers, getDestroySpeed, hurtEnemy, isCorrectToolForDrops, mineBlockgetEnchantmentValue, getTier, isValidRepairItemallowdedIn, asItem, byBlock, byId, canBeDepleted, canBeHurtBy, fillItemCategory, finishUsingItem, getCraftingRemainingItem, getDefaultInstance, getDescription, getDescriptionId, getDescriptionId, getDrinkingSound, getEatingSound, getFoodProperties, getId, getItemCategory, getMaxDamage, getMaxStackSize, getName, getOrCreateDescriptionId, getPlayerPOVHitResult, getRarity, getUseAnimation, getUseDuration, hasCraftingRemainingItem, interactLivingEntity, inventoryTick, is, isComplex, isEdible, isEnchantable, isFireResistant, isFoil, onCraftedBy, onUseTick, releaseUsing, shouldOverrideMultiplayerNbt, toString, use, useOnRelease, verifyTagAfterLoadclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdefaultAppendHoverText, defaultUseOn, wrapStack, wrapWorldprotected final mods.thecomputerizer.theimpossiblelibrary.api.registry.item.ItemProperties properties
public TILItemSword1_16_5(net.minecraft.world.item.Tier tier,
int damage,
float speed,
mods.thecomputerizer.theimpossiblelibrary.api.registry.item.ItemProperties properties)
public void appendHoverText(net.minecraft.world.item.ItemStack stack,
@Nullable
@Nullable net.minecraft.world.level.Level world,
java.util.List<net.minecraft.network.chat.Component> components,
net.minecraft.world.item.TooltipFlag flag)
appendHoverText in class net.minecraft.world.item.Item@NotNull public @NotNull net.minecraft.world.InteractionResult useOn(net.minecraft.world.item.context.UseOnContext ctx)
useOn in class net.minecraft.world.item.Item@NotNull public @NotNull mods.thecomputerizer.theimpossiblelibrary.api.registry.item.ItemProperties getProperties()
getProperties in interface mods.thecomputerizer.theimpossiblelibrary.api.registry.item.WithItemProperties