Package vazkii.botania.api.item
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 -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.resources.ResourceLocationgetOverlayResource(Avatar tile) Gets the overlay resource to render on top of the avatar tile.voidonAvatarUpdate(Avatar tile) Called on update of the avatar tile.
-
Field Details
-
ID
static final net.minecraft.resources.ResourceLocation ID
-
-
Method Details
-
onAvatarUpdate
Called on update of the avatar tile. -
getOverlayResource
Gets the overlay resource to render on top of the avatar tile.
-