Interface AvatarWieldable

All Known Implementing Classes:
BifrostRodItem.AvatarBehavior, HellsRodItem.AvatarBehavior, LandsRodItem.AvatarBehavior, PlentifulMantleRodItem.AvatarBehavior, SkiesRodItem.AvatarBehavior, UnstableReservoirRodItem.AvatarBehavior

public interface AvatarWieldable
An Item that has this capability this can be wielded by an Avatar.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.resources.ResourceLocation
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.resources.ResourceLocation
    Gets the overlay resource to render on top of the avatar tile.
    void
    Called on update of the avatar tile.
  • Field Details

    • ID

      static final net.minecraft.resources.ResourceLocation ID
  • Method Details

    • onAvatarUpdate

      void onAvatarUpdate(Avatar tile)
      Called on update of the avatar tile.
    • getOverlayResource

      net.minecraft.resources.ResourceLocation getOverlayResource(Avatar tile)
      Gets the overlay resource to render on top of the avatar tile.