Package baritone.api.command.datatypes
Interface IDatatypeContext
public interface IDatatypeContext
Provides an
IDatatype with contextual information so
that it can perform the desired operation on the target level.- Since:
- 9/26/2019
- Author:
- Brady
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionProvides theIBaritoneinstance that is associated with the action relating to datatype handling.Provides theIArgConsumer} to fetch input information from.
-
Method Details
-
getBaritone
Provides theIBaritoneinstance that is associated with the action relating to datatype handling.- Returns:
- The context
IBaritoneinstance.
-
getConsumer
Provides theIArgConsumer} to fetch input information from.- Returns:
- The context
IArgConsumer}.
-