Package net.minecraft.item
Class MinecartItem
java.lang.Object
net.minecraft.item.Item
net.minecraft.item.MinecartItem
- All Implemented Interfaces:
ItemConvertible
public class MinecartItem extends Item
- Mappings:
Namespace Name official bodintermediary net/minecraft/class_1808named net/minecraft/item/MinecartItem
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.item.Item
Item.Settings -
Field Summary
Fields Modifier and Type Field Description private static DispenserBehaviorDISPENSER_BEHAVIORprivate AbstractMinecartEntity.TypetypeFields inherited from class net.minecraft.item.Item
ATTACK_DAMAGE_MODIFIER_ID, ATTACK_SPEED_MODIFIER_ID, BLOCK_ITEMS, group -
Constructor Summary
Constructors Constructor Description MinecartItem(AbstractMinecartEntity.Type type, Item.Settings settings) -
Method Summary
Modifier and Type Method Description ActionResultuseOnBlock(ItemUsageContext context)Called when an item is used on a block.Methods inherited from class net.minecraft.item.Item
appendStacks, appendTooltip, asItem, byRawId, canMine, 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, hasGlint, 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
-
Field Details
-
DISPENSER_BEHAVIOR
- Mappings:
Namespace Name Mixin selector official aLbod;a:Lgy;intermediary field_8896Lnet/minecraft/class_1808;field_8896:Lnet/minecraft/class_2357;named DISPENSER_BEHAVIORLnet/minecraft/item/MinecartItem;DISPENSER_BEHAVIOR:Lnet/minecraft/block/dispenser/DispenserBehavior;
-
type
- Mappings:
Namespace Name Mixin selector official bLbod;b:Lbja$a;intermediary field_8897Lnet/minecraft/class_1808;field_8897:Lnet/minecraft/class_1688$class_1689;named typeLnet/minecraft/item/MinecartItem;type:Lnet/minecraft/entity/vehicle/AbstractMinecartEntity$Type;
-
-
Constructor Details
-
MinecartItem
- Mappings:
Namespace Name Mixin selector official <init>Lbod;<init>(Lbja$a;Lbnr$a;)Vintermediary <init>Lnet/minecraft/class_1808;<init>(Lnet/minecraft/class_1688$class_1689;Lnet/minecraft/class_1792$class_1793;)Vnamed <init>Lnet/minecraft/item/MinecartItem;<init>(Lnet/minecraft/entity/vehicle/AbstractMinecartEntity$Type;Lnet/minecraft/item/Item$Settings;)V
-
-
Method Details
-
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;
-