Package net.minecraft.item
Class DebugStickItem
java.lang.Object
net.minecraft.item.Item
net.minecraft.item.DebugStickItem
- All Implemented Interfaces:
ItemConvertible
public class DebugStickItem extends Item
- Mappings:
Namespace Name official bmointermediary net/minecraft/class_1763named net/minecraft/item/DebugStickItem
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.item.Item
Item.Settings -
Field Summary
Fields inherited from class net.minecraft.item.Item
ATTACK_DAMAGE_MODIFIER_ID, ATTACK_SPEED_MODIFIER_ID, BLOCK_ITEMS, group -
Constructor Summary
Constructors Constructor Description DebugStickItem(Item.Settings settings) -
Method Summary
Modifier and Type Method Description booleancanMine(BlockState state, World world, BlockPos pos, PlayerEntity miner)Checks if a player can break a block while holding the item.private static <T> Tcycle(Iterable<T> elements, T current, boolean inverse)private static <T extends Comparable<T>>
BlockStatecycle(BlockState state, Property<T> property, boolean inverse)private static <T extends Comparable<T>>
StringgetValueString(BlockState state, Property<T> property)booleanhasGlint(ItemStack stack)Checks if the glint effect should be applied when the item is rendered.private static voidsendMessage(PlayerEntity player, Text message)private voiduse(PlayerEntity player, BlockState state, WorldAccess world, BlockPos pos, boolean update, ItemStack stack)ActionResultuseOnBlock(ItemUsageContext context)Called when an item is used on a block.Methods inherited from class net.minecraft.item.Item
appendStacks, appendTooltip, asItem, byRawId, canRepair, damage, finishUsing, fromBlock, getAttributeModifiers, getDefaultStack, getDrinkSound, getEatSound, getEnchantability, getEquipSound, getFoodComponent, getGroup, getItemBarColor, getItemBarStep, getMaxCount, getMaxDamage, getMaxUseTime, getMiningSpeedMultiplier, getName, getName, getOrCreateTranslationKey, getRarity, getRawId, getRecipeRemainder, getTooltipData, getTranslationKey, getTranslationKey, getUseAction, hasRecipeRemainder, hasStoredInventory, inventoryTick, isDamageable, isEnchantable, isFireproof, isFood, isIn, isItemBarVisible, isNetworkSynced, isSuitableFor, isUsedOnRelease, onClicked, onCraft, onItemEntityDestroyed, onStackClicked, onStoppedUsing, postHit, postMine, postProcessTag, raycast, shouldSyncTagToClient, toString, usageTick, use, useOnEntity
-
Constructor Details
-
DebugStickItem
- Mappings:
Namespace Name Mixin selector official <init>Lbnr;<init>(Lbnr$a;)Vintermediary <init>Lnet/minecraft/class_1792;<init>(Lnet/minecraft/class_1792$class_1793;)Vnamed <init>Lnet/minecraft/item/Item;<init>(Lnet/minecraft/item/Item$Settings;)V
-
-
Method Details
-
hasGlint
Checks if the glint effect should be applied when the item is rendered.By default, returns true if the item has enchantments.
-
canMine
Checks if a player can break a block while holding the item.- Overrides:
canMinein classItem- Mappings:
Namespace Name Mixin selector official aLbnr;a(Lcht;Lbtv;Lfx;Lbhl;)Zintermediary method_7885Lnet/minecraft/class_1792;method_7885(Lnet/minecraft/class_2680;Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_1657;)Znamed canMineLnet/minecraft/item/Item;canMine(Lnet/minecraft/block/BlockState;Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/entity/player/PlayerEntity;)Z
-
useOnBlock
Called when an item is used on a block.This method is called on both the logical client and logical server, so take caution when using this method. The logical side can be checked using
context.getWorld().isClient().- Overrides:
useOnBlockin classItem- Parameters:
context- the usage context- Returns:
- an action result that specifies if using the item on a block was successful.
- Mappings:
Namespace Name Mixin selector official aLbnr;a(Lbpx;)Lapq;intermediary method_7884Lnet/minecraft/class_1792;method_7884(Lnet/minecraft/class_1838;)Lnet/minecraft/class_1269;named useOnBlockLnet/minecraft/item/Item;useOnBlock(Lnet/minecraft/item/ItemUsageContext;)Lnet/minecraft/util/ActionResult;
-
use
private void use(PlayerEntity player, BlockState state, WorldAccess world, BlockPos pos, boolean update, ItemStack stack)- Mappings:
Namespace Name Mixin selector official aLbmo;a(Lbhl;Lcht;Lbtw;Lfx;ZLbnv;)Vintermediary method_7759Lnet/minecraft/class_1763;method_7759(Lnet/minecraft/class_1657;Lnet/minecraft/class_2680;Lnet/minecraft/class_1936;Lnet/minecraft/class_2338;ZLnet/minecraft/class_1799;)Vnamed useLnet/minecraft/item/DebugStickItem;use(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/block/BlockState;Lnet/minecraft/world/WorldAccess;Lnet/minecraft/util/math/BlockPos;ZLnet/minecraft/item/ItemStack;)V
-
cycle
private static <T extends Comparable<T>> BlockState cycle(BlockState state, Property<T> property, boolean inverse)- Mappings:
Namespace Name Mixin selector official aLbmo;a(Lcht;Lciw;Z)Lcht;intermediary method_7758Lnet/minecraft/class_1763;method_7758(Lnet/minecraft/class_2680;Lnet/minecraft/class_2769;Z)Lnet/minecraft/class_2680;named cycleLnet/minecraft/item/DebugStickItem;cycle(Lnet/minecraft/block/BlockState;Lnet/minecraft/state/property/Property;Z)Lnet/minecraft/block/BlockState;
-
cycle
- Mappings:
Namespace Name Mixin selector official aLbmo;a(Ljava/lang/Iterable;Ljava/lang/Object;Z)Ljava/lang/Object;intermediary method_7760Lnet/minecraft/class_1763;method_7760(Ljava/lang/Iterable;Ljava/lang/Object;Z)Ljava/lang/Object;named cycleLnet/minecraft/item/DebugStickItem;cycle(Ljava/lang/Iterable;Ljava/lang/Object;Z)Ljava/lang/Object;
-
sendMessage
- Mappings:
Namespace Name Mixin selector official aLbmo;a(Lbhl;Loi;)Vintermediary method_7762Lnet/minecraft/class_1763;method_7762(Lnet/minecraft/class_1657;Lnet/minecraft/class_2561;)Vnamed sendMessageLnet/minecraft/item/DebugStickItem;sendMessage(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/text/Text;)V
-
getValueString
private static <T extends Comparable<T>> String getValueString(BlockState state, Property<T> property)- Mappings:
Namespace Name Mixin selector official aLbmo;a(Lcht;Lciw;)Ljava/lang/String;intermediary method_7761Lnet/minecraft/class_1763;method_7761(Lnet/minecraft/class_2680;Lnet/minecraft/class_2769;)Ljava/lang/String;named getValueStringLnet/minecraft/item/DebugStickItem;getValueString(Lnet/minecraft/block/BlockState;Lnet/minecraft/state/property/Property;)Ljava/lang/String;
-