Uses of Interface
baritone.api.IBaritone
Packages that use IBaritone
Package
Description
-
Uses of IBaritone in baritone.api
Methods in baritone.api that return IBaritoneModifier and TypeMethodDescriptionIBaritoneProvider.createBaritone(net.minecraft.client.Minecraft minecraft) Creates and registers a newIBaritoneinstance using the specifiedMinecraft.default IBaritoneIBaritoneProvider.getBaritoneForConnection(net.minecraft.client.multiplayer.ClientPacketListener connection) Provides theIBaritoneinstance for the player with the specified connection.default IBaritoneIBaritoneProvider.getBaritoneForMinecraft(net.minecraft.client.Minecraft minecraft) Provides theIBaritoneinstance for a givenMinecraft.default IBaritoneIBaritoneProvider.getBaritoneForPlayer(net.minecraft.client.player.LocalPlayer player) Provides theIBaritoneinstance for a givenLocalPlayer.IBaritoneProvider.getPrimaryBaritone()Returns the primaryIBaritoneinstance.Methods in baritone.api that return types with arguments of type IBaritoneModifier and TypeMethodDescriptionIBaritoneProvider.getAllBaritones()Returns all of the activeIBaritoneinstances.Methods in baritone.api with parameters of type IBaritoneModifier and TypeMethodDescriptionbooleanIBaritoneProvider.destroyBaritone(IBaritone baritone) Destroys and removes the specifiedIBaritoneinstance. -
Uses of IBaritone in baritone.api.command
Fields in baritone.api.command declared as IBaritoneConstructors in baritone.api.command with parameters of type IBaritone -
Uses of IBaritone in baritone.api.command.datatypes
Methods in baritone.api.command.datatypes that return IBaritoneModifier and TypeMethodDescriptionIDatatypeContext.getBaritone()Provides theIBaritoneinstance that is associated with the action relating to datatype handling.Methods in baritone.api.command.datatypes with parameters of type IBaritoneModifier and TypeMethodDescriptionstatic String[]ForWaypoints.getWaypointNames(IBaritone baritone) static IWaypoint[]ForWaypoints.getWaypoints(IBaritone baritone) static IWaypoint[]ForWaypoints.getWaypointsByName(IBaritone baritone, String name) static IWaypoint[]ForWaypoints.getWaypointsByTag(IBaritone baritone, IWaypoint.Tag tag) static IWaypointCollection -
Uses of IBaritone in baritone.api.command.manager
Methods in baritone.api.command.manager that return IBaritone