Package com.hbm_m.powerarmor
Class AJROArmor
java.lang.Object
net.minecraft.world.item.Item
net.minecraft.world.item.ArmorItem
com.hbm_m.powerarmor.ModArmorFSB
com.hbm_m.powerarmor.ModArmorFSBPowered
com.hbm_m.powerarmor.ModPowerArmorItem
com.hbm_m.powerarmor.AJROArmor
- All Implemented Interfaces:
net.minecraft.world.flag.FeatureElement,net.minecraft.world.item.Equipable,net.minecraft.world.item.Vanishable,net.minecraft.world.level.ItemLike,net.minecraftforge.common.extensions.IForgeItem
AJRO Power Armor – "orange" AJR variant.
In 1.7.10 this was implemented as
ArmorAJRO:
- Uses the same OBJ model as AJR (armor_ajr/dnt.obj groups)
- Has slightly higher energy capacity and drain than AJR
- Shares the same resistance profile and general role as AJR
Here we mirror AJR's protection/features/effects, but with the original
AJRO energy numbers (capacity/receive/drain/consumption).-
Nested Class Summary
Nested classes/interfaces inherited from class com.hbm_m.powerarmor.ModPowerArmorItem
ModPowerArmorItem.PowerArmorSoundHandlerNested classes/interfaces inherited from class net.minecraft.world.item.ArmorItem
net.minecraft.world.item.ArmorItem.TypeNested classes/interfaces inherited from class net.minecraft.world.item.Item
net.minecraft.world.item.Item.Properties -
Field Summary
FieldsFields inherited from class com.hbm_m.powerarmor.ModArmorFSBPowered
ARMOR_SLOT_CHEST, ARMOR_SLOT_FEET, ARMOR_SLOT_HEAD, ARMOR_SLOT_LEGS, chargeRate, consumption, drain, maxPowerFields inherited from class com.hbm_m.powerarmor.ModArmorFSB
customGeiger, dashCount, effects, fallSound, hardLanding, hasGeigerSound, jumpSound, noHelmet, stepSize, stepSound, thermal, vatsFields inherited from class net.minecraft.world.item.ArmorItem
DISPENSE_ITEM_BEHAVIOR, knockbackResistance, material, typeFields inherited from class net.minecraft.world.item.Item
BASE_ATTACK_DAMAGE_UUID, BASE_ATTACK_SPEED_UUID, BY_BLOCK, canRepair, EAT_DURATION, MAX_BAR_WIDTH, MAX_STACK_SIZEFields inherited from interface net.minecraft.world.flag.FeatureElement
FILTERED_REGISTRIES -
Constructor Summary
ConstructorsConstructorDescriptionAJROArmor(net.minecraft.world.item.ArmorMaterial material, net.minecraft.world.item.ArmorItem.Type type, net.minecraft.world.item.Item.Properties properties) -
Method Summary
Methods inherited from class com.hbm_m.powerarmor.ModPowerArmorItem
extractEnergy, getArmorTexture, getBarColor, getBarWidth, getDefense, getEnergy, getEquipSound, getMaxDamage, getModifiedCapacity, getRadiationResistance, getSpecs, getToughness, hasFSBArmor, hasFSBArmorIgnoreCharge, hasFullSet, initializeClient, isBarVisible, isDamageable, onArmorTickMethods inherited from class com.hbm_m.powerarmor.ModArmorFSBPowered
appendHoverText, chargeBattery, dischargeBattery, getCharge, getChargeRate, getDischargeRate, getDurabilityForDisplay, getMaxCharge, initCapabilities, isArmorEnabled, setCharge, setDamage, showDurabilityBar, syncEnergyToClientMethods inherited from class com.hbm_m.powerarmor.ModArmorFSB
addEffect, enableThermalSight, enableVATS, handleFall, handleJump, onLivingAttack, onLivingHurt, setDashCount, setFallSound, setHasCustomGeiger, setHasGeigerSound, setHasHardLanding, setJumpSound, setNoHelmet, setOverlay, setStepSize, setStepSound, steppyMethods inherited from class net.minecraft.world.item.ArmorItem
dispenseArmor, getDefaultAttributeModifiers, getEnchantmentValue, getEquipmentSlot, getMaterial, getType, isValidRepairItem, useMethods inherited from class net.minecraft.world.item.Item
asItem, builtInRegistryHolder, byBlock, byId, canAttackBlock, canBeDepleted, canBeHurtBy, canFitInsideContainerItems, finishUsingItem, getCraftingRemainingItem, getDefaultInstance, getDescription, getDescriptionId, getDescriptionId, getDestroySpeed, getDrinkingSound, getEatingSound, getFoodProperties, getId, getMaxDamage, getMaxStackSize, getName, getOrCreateDescriptionId, getPlayerPOVHitResult, getRarity, getRenderPropertiesInternal, getTooltipImage, getUseAnimation, getUseDuration, hasCraftingRemainingItem, hurtEnemy, interactLivingEntity, inventoryTick, isComplex, isCorrectToolForDrops, isEdible, isEnchantable, isFireResistant, isFoil, isRepairable, mineBlock, onCraftedBy, onDestroyed, onUseTick, overrideOtherStackedOnMe, overrideStackedOnOther, releaseUsing, requiredFeatures, shouldOverrideMultiplayerNbt, toString, useOn, useOnRelease, verifyTagAfterLoadMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.world.item.Equipable
swapWithEquipmentSlotMethods inherited from interface net.minecraft.world.flag.FeatureElement
isEnabledMethods inherited from interface net.minecraftforge.common.extensions.IForgeItem
canApplyAtEnchantingTable, canContinueUsing, canDisableShield, canElytraFly, canEquip, canGrindstoneRepair, canPerformAction, canWalkOnPowderedSnow, createEntity, damageItem, doesSneakBypassUse, elytraFlightTick, getAllEnchantments, getAttributeModifiers, getBurnTime, getCraftingRemainingItem, getCreatorModId, getDamage, getDefaultTooltipHideFlags, getEnchantmentLevel, getEnchantmentValue, getEntityLifespan, getEquipmentSlot, getFoodProperties, getHighlightTip, getMaxStackSize, getShareTag, getSweepHitBox, getXpRepairRatio, hasCraftingRemainingItem, hasCustomEntity, isBookEnchantable, isCorrectToolForDrops, isDamaged, isEnderMask, isNotReplaceableByPickAction, isPiglinCurrency, makesPiglinsNeutral, onBlockStartBreak, onDestroyed, onDroppedByPlayer, onEntityItemUpdate, onEntitySwing, onHorseArmorTick, onInventoryTick, onItemUseFirst, onLeftClickEntity, onStopUsing, readShareTag, shouldCauseBlockBreakReset, shouldCauseReequipAnimation
-
Field Details
-
AJRO_SPECS
AJRO specifications. From 1.7.10 `ModItems`: - maxPower = 2_500_000 - chargeRate = 10_000 - consumption= 2_000 - drain = 25 Protection/features/effects are kept identical to AJRArmor.
-
-
Constructor Details
-
AJROArmor
public AJROArmor(net.minecraft.world.item.ArmorMaterial material, net.minecraft.world.item.ArmorItem.Type type, net.minecraft.world.item.Item.Properties properties)
-