Package vazkii.botania.common.item.rod
Class UnstableReservoirRodItem.AvatarBehavior
java.lang.Object
vazkii.botania.common.item.rod.UnstableReservoirRodItem.AvatarBehavior
- All Implemented Interfaces:
AvatarWieldable
- Enclosing class:
UnstableReservoirRodItem
public static class UnstableReservoirRodItem.AvatarBehavior
extends Object
implements AvatarWieldable
-
Field Summary
Fields inherited from interface vazkii.botania.api.item.AvatarWieldable
ID -
Constructor Summary
Constructors -
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.
-
Constructor Details
-
AvatarBehavior
public AvatarBehavior()
-
-
Method Details
-
onAvatarUpdate
Description copied from interface:AvatarWieldableCalled on update of the avatar tile.- Specified by:
onAvatarUpdatein interfaceAvatarWieldable
-
getOverlayResource
Description copied from interface:AvatarWieldableGets the overlay resource to render on top of the avatar tile.- Specified by:
getOverlayResourcein interfaceAvatarWieldable
-