public class CargoCarrierMinecartItem extends net.minecraft.item.MinecartItem implements IModularItem<CargoCarrierMinecartEntity>
| Constructor and Description |
|---|
CargoCarrierMinecartItem(net.minecraft.item.Item.Properties properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
addInformation(net.minecraft.item.ItemStack stack,
net.minecraft.world.World world,
java.util.List<net.minecraft.util.text.ITextComponent> tooltip,
net.minecraft.client.util.ITooltipFlag flag) |
static CargoModule |
getCargo(net.minecraft.nbt.CompoundNBT cargo) |
net.minecraft.util.text.ITextComponent |
getDisplayName(net.minecraft.item.ItemStack stack) |
net.minecraft.entity.EntityType<CargoCarrierMinecartEntity> |
getEntityType() |
net.minecraft.util.ActionResultType |
onItemUse(net.minecraft.item.ItemUseContext context) |
asItem, canHarvestBlock, canPlayerBreakBlockWhileHolding, fillItemGroup, getAttributeModifiers, getContainerItem, getDefaultInstance, getDefaultTranslationKey, getDestroySpeed, getDrinkSound, getEatSound, getFood, getGroup, getHarvestLevel, getIdFromItem, getIsRepairable, getItemById, getItemEnchantability, getItemFromBlock, getItemStackTileEntityRenderer, getMaxDamage, getMaxStackSize, getName, getRarity, getTags, getToolTypes, getTranslationKey, getTranslationKey, getUseAction, getUseDuration, hasContainerItem, hasEffect, hitEntity, inventoryTick, isComplex, isCrossbow, isDamageable, isDamageable, isEnchantable, isFood, isImmuneToFire, isIn, isInGroup, isRepairable, itemInteractionForEntity, onBlockDestroyed, onCreated, onItemRightClick, onItemUseFinish, onPlayerStoppedUsing, onUse, rayTrace, shouldSyncTag, toString, updateItemStackNBTgetRegistryName, getRegistryType, setRegistryName, setRegistryName, setRegistryNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetModuleListToolTipcanApplyAtEnchantingTable, canContinueUsing, canDisableShield, canElytraFly, canEquip, canHarvestBlock, createEntity, damageItem, doesSneakBypassUse, elytraFlightTick, getArmorModel, getArmorTexture, getAttributeModifiers, getBurnTime, getContainerItem, getCreativeTabs, getCreatorModId, getDamage, getDurabilityForDisplay, getEntityLifespan, getEquipmentSlot, getFontRenderer, getHighlightTip, getItem, getItemEnchantability, getItemStackLimit, getMaxDamage, 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 CargoCarrierMinecartItem(net.minecraft.item.Item.Properties properties)
public static CargoModule getCargo(@Nullable net.minecraft.nbt.CompoundNBT cargo)
@Nonnull public net.minecraft.util.ActionResultType onItemUse(net.minecraft.item.ItemUseContext context)
onItemUse in class net.minecraft.item.MinecartItem@ParametersAreNonnullByDefault
public void addInformation(net.minecraft.item.ItemStack stack,
@Nullable
net.minecraft.world.World world,
java.util.List<net.minecraft.util.text.ITextComponent> tooltip,
net.minecraft.client.util.ITooltipFlag flag)
addInformation in class net.minecraft.item.Item@Nonnull
public net.minecraft.util.text.ITextComponent getDisplayName(@Nonnull
net.minecraft.item.ItemStack stack)
getDisplayName in class net.minecraft.item.Itempublic net.minecraft.entity.EntityType<CargoCarrierMinecartEntity> getEntityType()
getEntityType in interface IModularItem<CargoCarrierMinecartEntity>