Class SpaceSuitArmorItem

java.lang.Object
net.minecraft.world.item.Item
net.minecraft.world.item.ArmorItem
com.lightning.northstar.item.SpaceSuitArmorItem
All Implemented Interfaces:
dev.latvian.mods.kubejs.core.IngredientSupplierKJS, dev.latvian.mods.kubejs.core.ItemKJS, 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, software.bernie.geckolib.animatable.GeoItem, software.bernie.geckolib.animatable.SingletonGeoAnimatable, software.bernie.geckolib.core.animatable.GeoAnimatable

public class SpaceSuitArmorItem extends net.minecraft.world.item.ArmorItem implements software.bernie.geckolib.animatable.GeoItem, software.bernie.geckolib.core.animatable.GeoAnimatable
  • Nested Class Summary

    Nested classes/interfaces inherited from class net.minecraft.world.item.ArmorItem

    net.minecraft.world.item.ArmorItem.Type

    Nested classes/interfaces inherited from class net.minecraft.world.item.Item

    net.minecraft.world.item.Item.Properties

    Nested classes/interfaces inherited from interface software.bernie.geckolib.animatable.GeoItem

    software.bernie.geckolib.animatable.GeoItem.ContextBasedAnimatableInstanceCache
  • Field Summary

    Fields inherited from class net.minecraft.world.item.ArmorItem

    DISPENSE_ITEM_BEHAVIOR, knockbackResistance, material, type

    Fields 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_SIZE

    Fields inherited from interface net.minecraft.world.flag.FeatureElement

    FILTERED_REGISTRIES

    Fields inherited from interface software.bernie.geckolib.animatable.GeoItem

    ID_NBT_KEY
  • Constructor Summary

    Constructors
    Constructor
    Description
    SpaceSuitArmorItem(net.minecraft.world.item.ArmorMaterial material, net.minecraft.world.item.ArmorItem.Type type, net.minecraft.world.item.Item.Properties properties, Supplier<software.bernie.geckolib.model.GeoModel<SpaceSuitArmorItem>> model)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    software.bernie.geckolib.core.animatable.instance.AnimatableInstanceCache
     
    void
    initializeClient(@NotNull Consumer<net.minecraftforge.client.extensions.common.IClientItemExtensions> consumer)
     
    void
    registerControllers(software.bernie.geckolib.core.animation.AnimatableManager.ControllerRegistrar controllers)
     

    Methods inherited from class net.minecraft.world.item.ArmorItem

    dispenseArmor, getDefaultAttributeModifiers, getDefense, getEnchantmentValue, getEquipmentSlot, getEquipSound, getMaterial, getToughness, getType, isValidRepairItem, use

    Methods inherited from class net.minecraft.world.item.Item

    appendHoverText, asItem, builtInRegistryHolder, byBlock, byId, canAttackBlock, canBeHurtBy, canFitInsideContainerItems, finishUsingItem, getBarColor, getBarWidth, getCraftingRemainingItem, getDefaultInstance, getDescription, getDescriptionId, getDescriptionId, getDestroySpeed, getDrinkingSound, getEatingSound, getFoodProperties, getId, getMaxDamage, getMaxStackSize, getName, getOrCreateDescriptionId, getPlayerPOVHitResult, getRarity, getRenderPropertiesInternal, getTooltipImage, getUseAnimation, getUseDuration, hasCraftingRemainingItem, hurtEnemy, interactLivingEntity, inventoryTick, isBarVisible, isComplex, isCorrectToolForDrops, isEdible, isEnchantable, isFireResistant, isFoil, isRepairable, mineBlock, onCraftedBy, onDestroyed, onUseTick, overrideOtherStackedOnMe, overrideStackedOnOther, releaseUsing, requiredFeatures, shouldOverrideMultiplayerNbt, toString, useOn, useOnRelease, verifyTagAfterLoad

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface net.minecraft.world.item.Equipable

    swapWithEquipmentSlot

    Methods inherited from interface net.minecraft.world.flag.FeatureElement

    isEnabled

    Methods inherited from interface software.bernie.geckolib.core.animatable.GeoAnimatable

    getBoneResetTime, shouldPlayAnimsWhileGamePaused

    Methods inherited from interface software.bernie.geckolib.animatable.GeoItem

    animatableCacheOverride, getTick, isPerspectiveAware

    Methods inherited from interface net.minecraftforge.common.extensions.IForgeItem

    canApplyAtEnchantingTable, canContinueUsing, canDisableShield, canElytraFly, canEquip, canGrindstoneRepair, canPerformAction, canWalkOnPowderedSnow, createEntity, damageItem, doesSneakBypassUse, elytraFlightTick, getAllEnchantments, getArmorTexture, getAttributeModifiers, getBurnTime, getCraftingRemainingItem, getCreatorModId, getDamage, getDefaultTooltipHideFlags, getEnchantmentLevel, getEnchantmentValue, getEntityLifespan, getEquipmentSlot, getFoodProperties, getHighlightTip, getMaxDamage, getMaxStackSize, getShareTag, getSweepHitBox, getXpRepairRatio, hasCraftingRemainingItem, hasCustomEntity, initCapabilities, isBookEnchantable, isCorrectToolForDrops, isDamageable, isDamaged, isEnderMask, isNotReplaceableByPickAction, isPiglinCurrency, makesPiglinsNeutral, onArmorTick, onBlockStartBreak, onDestroyed, onDroppedByPlayer, onEntityItemUpdate, onEntitySwing, onHorseArmorTick, onInventoryTick, onItemUseFirst, onLeftClickEntity, onStopUsing, readShareTag, setDamage, shouldCauseBlockBreakReset, shouldCauseReequipAnimation

    Methods inherited from interface dev.latvian.mods.kubejs.core.IngredientSupplierKJS

    kjs$asIngredient

    Methods inherited from interface dev.latvian.mods.kubejs.core.ItemKJS

    kjs$addAttribute, kjs$getAttributes, kjs$getCreativeTab, kjs$getDigSpeed, kjs$getId, kjs$getIdLocation, kjs$getItemBuilder, kjs$getMod, kjs$getTypeData, kjs$getTypeItemStackKey, kjs$removeAttribute, kjs$self, kjs$setArmorKnockbackResistance, kjs$setArmorProtection, kjs$setArmorToughness, kjs$setAttackDamage, kjs$setAttackSpeed, kjs$setBurnTime, kjs$setCraftingRemainder, kjs$setDigSpeed, kjs$setFireResistant, kjs$setFoodProperties, kjs$setFoodProperties, kjs$setItemBuilder, kjs$setMaxDamage, kjs$setMaxStackSize, kjs$setNameKey, kjs$setRarity, kjs$setTier

    Methods inherited from interface software.bernie.geckolib.animatable.SingletonGeoAnimatable

    getAnimData, setAnimData, stopTriggeredAnim, stopTriggeredAnim, stopTriggeredArmorAnim, syncAnimData, triggerAnim, triggerAnim, triggerArmorAnim
  • Constructor Details

    • SpaceSuitArmorItem

      public SpaceSuitArmorItem(net.minecraft.world.item.ArmorMaterial material, net.minecraft.world.item.ArmorItem.Type type, net.minecraft.world.item.Item.Properties properties, Supplier<software.bernie.geckolib.model.GeoModel<SpaceSuitArmorItem>> model)
  • Method Details

    • initializeClient

      public void initializeClient(@NotNull @NotNull Consumer<net.minecraftforge.client.extensions.common.IClientItemExtensions> consumer)
      Overrides:
      initializeClient in class net.minecraft.world.item.Item
    • registerControllers

      public void registerControllers(software.bernie.geckolib.core.animation.AnimatableManager.ControllerRegistrar controllers)
      Specified by:
      registerControllers in interface software.bernie.geckolib.core.animatable.GeoAnimatable
    • getAnimatableInstanceCache

      public software.bernie.geckolib.core.animatable.instance.AnimatableInstanceCache getAnimatableInstanceCache()
      Specified by:
      getAnimatableInstanceCache in interface software.bernie.geckolib.core.animatable.GeoAnimatable
    • canBeDepleted

      public boolean canBeDepleted()
      Overrides:
      canBeDepleted in class net.minecraft.world.item.Item