Package net.minecraft.item
Class DebugStickItem
java.lang.Object
net.minecraft.item.Item
net.minecraft.item.DebugStickItem
- All Implemented Interfaces:
ItemConvertible
,ToggleableFeature
- Mappings:
Namespace Name named net/minecraft/item/DebugStickItem
intermediary net/minecraft/class_1763
official ctf
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.item.Item
Item.Settings, Item.TooltipContext
-
Field Summary
Fields inherited from class net.minecraft.item.Item
ATTACK_DAMAGE_MODIFIER_ID, ATTACK_SPEED_MODIFIER_ID, BLOCK_ITEMS, DEFAULT_MAX_COUNT, ITEM_BAR_STEPS, MAX_MAX_COUNT
Fields inherited from interface net.minecraft.resource.featuretoggle.ToggleableFeature
FEATURE_ENABLED_REGISTRY_KEYS
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
canMine
(BlockState state, World world, BlockPos pos, PlayerEntity miner) Returns whether a player can break a block while holding the item.private static <T> T
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) private static void
sendMessage
(PlayerEntity player, Text message) private boolean
use
(PlayerEntity player, BlockState state, WorldAccess world, BlockPos pos, boolean update, ItemStack stack) useOnBlock
(ItemUsageContext context) Called when an item is used on a block.Methods inherited from class net.minecraft.item.Item
appendTooltip, asItem, byRawId, canBeNested, canRepair, finishUsing, fromBlock, getAttributeModifiers, getBonusAttackDamage, getBreakSound, getComponents, getDefaultStack, getDrinkSound, getEatSound, getEnchantability, getItemBarColor, getItemBarStep, getMaxCount, getMaxUseTime, getMiningSpeed, getName, getName, getOrCreateTranslationKey, getRawId, getRecipeRemainder, getRegistryEntry, getRequiredFeatures, getTooltipData, getTranslationKey, getTranslationKey, getUseAction, hasGlint, hasRecipeRemainder, inventoryTick, isCorrectForDrops, isEnchantable, isItemBarVisible, isNetworkSynced, isUsedOnRelease, onClicked, onCraft, onCraftByPlayer, onItemEntityDestroyed, onStackClicked, onStoppedUsing, postHit, postMine, postProcessComponents, raycast, toString, usageTick, use, useOnEntity
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.minecraft.resource.featuretoggle.ToggleableFeature
isEnabled
-
Constructor Details
-
DebugStickItem
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/item/Item;<init>(Lnet/minecraft/item/Item$Settings;)V
intermediary <init>
Lnet/minecraft/class_1792;<init>(Lnet/minecraft/class_1792$class_1793;)V
official <init>
Lcum;<init>(Lcum$a;)V
-
-
Method Details
-
canMine
Returns whether a player can break a block while holding the item.This is to check whether the player can start breaking the block in the first place; this does not check if the item is a correct tool to mine the block. Melee weapons should override this to return
false
, unless it is also intended to be used as a tool.- Overrides:
canMine
in classItem
- Returns:
- whether a player can break a block while holding the item
- Mappings:
Namespace Name Mixin selector named canMine
Lnet/minecraft/item/Item;canMine(Lnet/minecraft/block/BlockState;Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/entity/player/PlayerEntity;)Z
intermediary method_7885
Lnet/minecraft/class_1792;method_7885(Lnet/minecraft/class_2680;Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_1657;)Z
official a
Lcum;a(Ldse;Ldca;Liz;Lcmz;)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:
useOnBlock
in 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 named useOnBlock
Lnet/minecraft/item/Item;useOnBlock(Lnet/minecraft/item/ItemUsageContext;)Lnet/minecraft/util/ActionResult;
intermediary method_7884
Lnet/minecraft/class_1792;method_7884(Lnet/minecraft/class_1838;)Lnet/minecraft/class_1269;
official a
Lcum;a(Lcye;)Lbqw;
-
use
private boolean use(PlayerEntity player, BlockState state, WorldAccess world, BlockPos pos, boolean update, ItemStack stack) - Mappings:
Namespace Name Mixin selector named use
Lnet/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;)Z
intermediary method_7759
Lnet/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;)Z
official a
Lctf;a(Lcmz;Ldse;Ldcb;Liz;ZLcur;)Z
-
cycle
private static <T extends Comparable<T>> BlockState cycle(BlockState state, Property<T> property, boolean inverse) - Mappings:
Namespace Name Mixin selector named cycle
Lnet/minecraft/item/DebugStickItem;cycle(Lnet/minecraft/block/BlockState;Lnet/minecraft/state/property/Property;Z)Lnet/minecraft/block/BlockState;
intermediary method_7758
Lnet/minecraft/class_1763;method_7758(Lnet/minecraft/class_2680;Lnet/minecraft/class_2769;Z)Lnet/minecraft/class_2680;
official a
Lctf;a(Ldse;Ldth;Z)Ldse;
-
cycle
- Mappings:
Namespace Name Mixin selector named cycle
Lnet/minecraft/item/DebugStickItem;cycle(Ljava/lang/Iterable;Ljava/lang/Object;Z)Ljava/lang/Object;
intermediary method_7760
Lnet/minecraft/class_1763;method_7760(Ljava/lang/Iterable;Ljava/lang/Object;Z)Ljava/lang/Object;
official a
Lctf;a(Ljava/lang/Iterable;Ljava/lang/Object;Z)Ljava/lang/Object;
-
sendMessage
- Mappings:
Namespace Name Mixin selector named sendMessage
Lnet/minecraft/item/DebugStickItem;sendMessage(Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/text/Text;)V
intermediary method_7762
Lnet/minecraft/class_1763;method_7762(Lnet/minecraft/class_1657;Lnet/minecraft/class_2561;)V
official a
Lctf;a(Lcmz;Lxp;)V
-
getValueString
private static <T extends Comparable<T>> String getValueString(BlockState state, Property<T> property) - Mappings:
Namespace Name Mixin selector named getValueString
Lnet/minecraft/item/DebugStickItem;getValueString(Lnet/minecraft/block/BlockState;Lnet/minecraft/state/property/Property;)Ljava/lang/String;
intermediary method_7761
Lnet/minecraft/class_1763;method_7761(Lnet/minecraft/class_2680;Lnet/minecraft/class_2769;)Ljava/lang/String;
official a
Lctf;a(Ldse;Ldth;)Ljava/lang/String;
-