1+ /// <reference path="../../headers/baritone.d.ts" />
2+ // @ts -nocheck
3+ // Type checking disabled for this file due to namespace resolution issues with global 'event' variable
4+ // Type annotations are preserved for proper typing when importing from this module
5+
6+ // Helper library to expose Baritone API types as Java.type constants
7+ // Generated from baritone.d.ts
8+
9+ const AbstractGameEventListener = Java . type ( "baritone.api.event.listener.AbstractGameEventListener" ) as typeof baritone . api . event . listener . AbstractGameEventListener ;
10+ const AbstractSchematic = Java . type ( "baritone.api.schematic.AbstractSchematic" ) as typeof baritone . api . schematic . AbstractSchematic ;
11+ const ActionCosts = Java . type ( "baritone.api.pathing.movement.ActionCosts" ) as typeof baritone . api . pathing . movement . ActionCosts ;
12+ const BaritoneAPI = Java . type ( "baritone.api.BaritoneAPI" ) as typeof baritone . api . BaritoneAPI ;
13+ const BetterBlockPos = Java . type ( "baritone.api.utils.BetterBlockPos" ) as typeof baritone . api . utils . BetterBlockPos ;
14+ const BlockById : typeof baritone . api . command . datatypes . BlockById = Java . type ( "baritone.api.command.datatypes.BlockById" ) ;
15+ const BlockChangeEvent : typeof baritone . api . event . events . BlockChangeEvent = Java . type ( "baritone.api.event.events.BlockChangeEvent" ) ;
16+ const BlockInteractEvent : typeof baritone . api . event . events . BlockInteractEvent = Java . type ( "baritone.api.event.events.BlockInteractEvent" ) ;
17+ const BlockInteractEvent$Type : typeof baritone . api . event . events . BlockInteractEvent$Type = Java . type ( "baritone.api.event.events.BlockInteractEvent$Type" ) ;
18+ const BlockOptionalMeta : typeof baritone . api . utils . BlockOptionalMeta = Java . type ( "baritone.api.utils.BlockOptionalMeta" ) ;
19+ const BlockOptionalMetaLookup : typeof baritone . api . utils . BlockOptionalMetaLookup = Java . type ( "baritone.api.utils.BlockOptionalMetaLookup" ) ;
20+ const BlockUtils : typeof baritone . api . utils . BlockUtils = Java . type ( "baritone.api.utils.BlockUtils" ) ;
21+ const Cancellable : typeof baritone . api . event . events . type . Cancellable = Java . type ( "baritone.api.event.events.type.Cancellable" ) ;
22+ const ChatEvent : typeof baritone . api . event . events . ChatEvent = Java . type ( "baritone.api.event.events.ChatEvent" ) ;
23+ const ChunkEvent : typeof baritone . api . event . events . ChunkEvent = Java . type ( "baritone.api.event.events.ChunkEvent" ) ;
24+ const ChunkEvent$Type : typeof baritone . api . event . events . ChunkEvent$Type = Java . type ( "baritone.api.event.events.ChunkEvent$Type" ) ;
25+ const Command : typeof baritone . api . command . Command = Java . type ( "baritone.api.command.Command" ) ;
26+ const CompositeSchematic : typeof baritone . api . schematic . CompositeSchematic = Java . type ( "baritone.api.schematic.CompositeSchematic" ) ;
27+ const EntityClassById : typeof baritone . api . command . datatypes . EntityClassById = Java . type ( "baritone.api.command.datatypes.EntityClassById" ) ;
28+ const EventState : typeof baritone . api . event . events . type . EventState = Java . type ( "baritone.api.event.events.type.EventState" ) ;
29+ const FillSchematic : typeof baritone . api . schematic . FillSchematic = Java . type ( "baritone.api.schematic.FillSchematic" ) ;
30+ const ForAxis : typeof baritone . api . command . datatypes . ForAxis = Java . type ( "baritone.api.command.datatypes.ForAxis" ) ;
31+ const ForBlockOptionalMeta : typeof baritone . api . command . datatypes . ForBlockOptionalMeta = Java . type ( "baritone.api.command.datatypes.ForBlockOptionalMeta" ) ;
32+ const ForDirection : typeof baritone . api . command . datatypes . ForDirection = Java . type ( "baritone.api.command.datatypes.ForDirection" ) ;
33+ const ForWaypoints : typeof baritone . api . command . datatypes . ForWaypoints = Java . type ( "baritone.api.command.datatypes.ForWaypoints" ) ;
34+ const Goal : typeof baritone . api . pathing . goals . Goal = Java . type ( "baritone.api.pathing.goals.Goal" ) ;
35+ const GoalAxis : typeof baritone . api . pathing . goals . GoalAxis = Java . type ( "baritone.api.pathing.goals.GoalAxis" ) ;
36+ const GoalBlock : typeof baritone . api . pathing . goals . GoalBlock = Java . type ( "baritone.api.pathing.goals.GoalBlock" ) ;
37+ const GoalComposite : typeof baritone . api . pathing . goals . GoalComposite = Java . type ( "baritone.api.pathing.goals.GoalComposite" ) ;
38+ const GoalGetToBlock : typeof baritone . api . pathing . goals . GoalGetToBlock = Java . type ( "baritone.api.pathing.goals.GoalGetToBlock" ) ;
39+ const GoalInverted : typeof baritone . api . pathing . goals . GoalInverted = Java . type ( "baritone.api.pathing.goals.GoalInverted" ) ;
40+ const GoalNear : typeof baritone . api . pathing . goals . GoalNear = Java . type ( "baritone.api.pathing.goals.GoalNear" ) ;
41+ const GoalRunAway : typeof baritone . api . pathing . goals . GoalRunAway = Java . type ( "baritone.api.pathing.goals.GoalRunAway" ) ;
42+ const GoalStrictDirection : typeof baritone . api . pathing . goals . GoalStrictDirection = Java . type ( "baritone.api.pathing.goals.GoalStrictDirection" ) ;
43+ const GoalTwoBlocks : typeof baritone . api . pathing . goals . GoalTwoBlocks = Java . type ( "baritone.api.pathing.goals.GoalTwoBlocks" ) ;
44+ const GoalXZ : typeof baritone . api . pathing . goals . GoalXZ = Java . type ( "baritone.api.pathing.goals.GoalXZ" ) ;
45+ const GoalYLevel : typeof baritone . api . pathing . goals . GoalYLevel = Java . type ( "baritone.api.pathing.goals.GoalYLevel" ) ;
46+ const Helper : typeof baritone . api . utils . Helper = Java . type ( "baritone.api.utils.Helper" ) ;
47+ const IAimProcessor : typeof baritone . api . behavior . look . IAimProcessor = Java . type ( "baritone.api.behavior.look.IAimProcessor" ) ;
48+ const IArgConsumer : typeof baritone . api . command . argument . IArgConsumer = Java . type ( "baritone.api.command.argument.IArgConsumer" ) ;
49+ const IArgParser : typeof baritone . api . command . argparser . IArgParser = Java . type ( "baritone.api.command.argparser.IArgParser" ) ;
50+ const IArgParserManager : typeof baritone . api . command . argparser . IArgParserManager = Java . type ( "baritone.api.command.argparser.IArgParserManager" ) ;
51+ const IBaritone : typeof baritone . api . IBaritone = Java . type ( "baritone.api.IBaritone" ) ;
52+ const IBaritoneChatControl : typeof baritone . api . command . IBaritoneChatControl = Java . type ( "baritone.api.command.IBaritoneChatControl" ) ;
53+ const IBaritoneProcess : typeof baritone . api . process . IBaritoneProcess = Java . type ( "baritone.api.process.IBaritoneProcess" ) ;
54+ const IBaritoneProvider : typeof baritone . api . IBaritoneProvider = Java . type ( "baritone.api.IBaritoneProvider" ) ;
55+ const IBehavior : typeof baritone . api . behavior . IBehavior = Java . type ( "baritone.api.behavior.IBehavior" ) ;
56+ const IBlockTypeAccess : typeof baritone . api . cache . IBlockTypeAccess = Java . type ( "baritone.api.cache.IBlockTypeAccess" ) ;
57+ const IBuilderProcess : typeof baritone . api . process . IBuilderProcess = Java . type ( "baritone.api.process.IBuilderProcess" ) ;
58+ const ICachedRegion : typeof baritone . api . cache . ICachedRegion = Java . type ( "baritone.api.cache.ICachedRegion" ) ;
59+ const ICachedWorld : typeof baritone . api . cache . ICachedWorld = Java . type ( "baritone.api.cache.ICachedWorld" ) ;
60+ const ICancellable : typeof baritone . api . event . events . type . ICancellable = Java . type ( "baritone.api.event.events.type.ICancellable" ) ;
61+ const ICommand : typeof baritone . api . command . ICommand = Java . type ( "baritone.api.command.ICommand" ) ;
62+ const ICommandArgument : typeof baritone . api . command . argument . ICommandArgument = Java . type ( "baritone.api.command.argument.ICommandArgument" ) ;
63+ const ICommandManager : typeof baritone . api . command . manager . ICommandManager = Java . type ( "baritone.api.command.manager.ICommandManager" ) ;
64+ const ICommandSystem : typeof baritone . api . command . ICommandSystem = Java . type ( "baritone.api.command.ICommandSystem" ) ;
65+ const ICustomGoalProcess : typeof baritone . api . process . ICustomGoalProcess = Java . type ( "baritone.api.process.ICustomGoalProcess" ) ;
66+ const IDatatype : typeof baritone . api . command . datatypes . IDatatype = Java . type ( "baritone.api.command.datatypes.IDatatype" ) ;
67+ const IDatatypeContext : typeof baritone . api . command . datatypes . IDatatypeContext = Java . type ( "baritone.api.command.datatypes.IDatatypeContext" ) ;
68+ const IDatatypeFor : typeof baritone . api . command . datatypes . IDatatypeFor = Java . type ( "baritone.api.command.datatypes.IDatatypeFor" ) ;
69+ const IDatatypePost : typeof baritone . api . command . datatypes . IDatatypePost = Java . type ( "baritone.api.command.datatypes.IDatatypePost" ) ;
70+ const IDatatypePostFunction : typeof baritone . api . command . datatypes . IDatatypePostFunction = Java . type ( "baritone.api.command.datatypes.IDatatypePostFunction" ) ;
71+ const IElytraProcess : typeof baritone . api . process . IElytraProcess = Java . type ( "baritone.api.process.IElytraProcess" ) ;
72+ const IEventBus : typeof baritone . api . event . listener . IEventBus = Java . type ( "baritone.api.event.listener.IEventBus" ) ;
73+ const IExploreProcess : typeof baritone . api . process . IExploreProcess = Java . type ( "baritone.api.process.IExploreProcess" ) ;
74+ const IFarmProcess : typeof baritone . api . process . IFarmProcess = Java . type ( "baritone.api.process.IFarmProcess" ) ;
75+ const IFollowProcess : typeof baritone . api . process . IFollowProcess = Java . type ( "baritone.api.process.IFollowProcess" ) ;
76+ const IGameEventListener : typeof baritone . api . event . listener . IGameEventListener = Java . type ( "baritone.api.event.listener.IGameEventListener" ) ;
77+ const IGetToBlockProcess : typeof baritone . api . process . IGetToBlockProcess = Java . type ( "baritone.api.process.IGetToBlockProcess" ) ;
78+ const IGoalRenderPos : typeof baritone . api . utils . interfaces . IGoalRenderPos = Java . type ( "baritone.api.utils.interfaces.IGoalRenderPos" ) ;
79+ const IInputOverrideHandler : typeof baritone . api . utils . IInputOverrideHandler = Java . type ( "baritone.api.utils.IInputOverrideHandler" ) ;
80+ const ILookBehavior : typeof baritone . api . behavior . ILookBehavior = Java . type ( "baritone.api.behavior.ILookBehavior" ) ;
81+ const IMineProcess : typeof baritone . api . process . IMineProcess = Java . type ( "baritone.api.process.IMineProcess" ) ;
82+ const IMovement : typeof baritone . api . pathing . movement . IMovement = Java . type ( "baritone.api.pathing.movement.IMovement" ) ;
83+ const IPath : typeof baritone . api . pathing . calc . IPath = Java . type ( "baritone.api.pathing.calc.IPath" ) ;
84+ const IPathExecutor : typeof baritone . api . pathing . path . IPathExecutor = Java . type ( "baritone.api.pathing.path.IPathExecutor" ) ;
85+ const IPathFinder : typeof baritone . api . pathing . calc . IPathFinder = Java . type ( "baritone.api.pathing.calc.IPathFinder" ) ;
86+ const IPathingBehavior : typeof baritone . api . behavior . IPathingBehavior = Java . type ( "baritone.api.behavior.IPathingBehavior" ) ;
87+ const IPathingControlManager : typeof baritone . api . pathing . calc . IPathingControlManager = Java . type ( "baritone.api.pathing.calc.IPathingControlManager" ) ;
88+ const IPlayerContext : typeof baritone . api . utils . IPlayerContext = Java . type ( "baritone.api.utils.IPlayerContext" ) ;
89+ const IPlayerController : typeof baritone . api . utils . IPlayerController = Java . type ( "baritone.api.utils.IPlayerController" ) ;
90+ const ISchematic : typeof baritone . api . schematic . ISchematic = Java . type ( "baritone.api.schematic.ISchematic" ) ;
91+ const ISchematicFormat : typeof baritone . api . schematic . format . ISchematicFormat = Java . type ( "baritone.api.schematic.format.ISchematicFormat" ) ;
92+ const ISchematicSystem : typeof baritone . api . schematic . ISchematicSystem = Java . type ( "baritone.api.schematic.ISchematicSystem" ) ;
93+ const ISelection : typeof baritone . api . selection . ISelection = Java . type ( "baritone.api.selection.ISelection" ) ;
94+ const ISelectionManager : typeof baritone . api . selection . ISelectionManager = Java . type ( "baritone.api.selection.ISelectionManager" ) ;
95+ const IStaticSchematic : typeof baritone . api . schematic . IStaticSchematic = Java . type ( "baritone.api.schematic.IStaticSchematic" ) ;
96+ const ITickableAimProcessor : typeof baritone . api . behavior . look . ITickableAimProcessor = Java . type ( "baritone.api.behavior.look.ITickableAimProcessor" ) ;
97+ const IWaypoint : typeof baritone . api . cache . IWaypoint = Java . type ( "baritone.api.cache.IWaypoint" ) ;
98+ const IWaypoint$Tag : typeof baritone . api . cache . IWaypoint$Tag = Java . type ( "baritone.api.cache.IWaypoint$Tag" ) ;
99+ const IWaypointCollection : typeof baritone . api . cache . IWaypointCollection = Java . type ( "baritone.api.cache.IWaypointCollection" ) ;
100+ const IWorldData : typeof baritone . api . cache . IWorldData = Java . type ( "baritone.api.cache.IWorldData" ) ;
101+ const IWorldProvider : typeof baritone . api . cache . IWorldProvider = Java . type ( "baritone.api.cache.IWorldProvider" ) ;
102+ const IWorldScanner : typeof baritone . api . cache . IWorldScanner = Java . type ( "baritone.api.cache.IWorldScanner" ) ;
103+ const Input : typeof baritone . api . utils . input . Input = Java . type ( "baritone.api.utils.input.Input" ) ;
104+ const ItemById : typeof baritone . api . command . datatypes . ItemById = Java . type ( "baritone.api.command.datatypes.ItemById" ) ;
105+ const Mask : typeof baritone . api . schematic . mask . Mask = Java . type ( "baritone.api.schematic.mask.Mask" ) ;
106+ const MaskSchematic : typeof baritone . api . schematic . MaskSchematic = Java . type ( "baritone.api.schematic.MaskSchematic" ) ;
107+ const MirroredSchematic : typeof baritone . api . schematic . MirroredSchematic = Java . type ( "baritone.api.schematic.MirroredSchematic" ) ;
108+ const MovementStatus : typeof baritone . api . pathing . movement . MovementStatus = Java . type ( "baritone.api.pathing.movement.MovementStatus" ) ;
109+ const NearbyPlayer : typeof baritone . api . command . datatypes . NearbyPlayer = Java . type ( "baritone.api.command.datatypes.NearbyPlayer" ) ;
110+ const NotificationHelper : typeof baritone . api . utils . NotificationHelper = Java . type ( "baritone.api.utils.NotificationHelper" ) ;
111+ const Overrideable : typeof baritone . api . event . events . type . Overrideable = Java . type ( "baritone.api.event.events.type.Overrideable" ) ;
112+ const PacketEvent : typeof baritone . api . event . events . PacketEvent = Java . type ( "baritone.api.event.events.PacketEvent" ) ;
113+ const PathCalculationResult : typeof baritone . api . utils . PathCalculationResult = Java . type ( "baritone.api.utils.PathCalculationResult" ) ;
114+ const PathEvent : typeof baritone . api . event . events . PathEvent = Java . type ( "baritone.api.event.events.PathEvent" ) ;
115+ const PathingCommand : typeof baritone . api . process . PathingCommand = Java . type ( "baritone.api.process.PathingCommand" ) ;
116+ const PathingCommandType : typeof baritone . api . process . PathingCommandType = Java . type ( "baritone.api.process.PathingCommandType" ) ;
117+ const PlayerUpdateEvent : typeof baritone . api . event . events . PlayerUpdateEvent = Java . type ( "baritone.api.event.events.PlayerUpdateEvent" ) ;
118+ const RayTraceUtils : typeof baritone . api . utils . RayTraceUtils = Java . type ( "baritone.api.utils.RayTraceUtils" ) ;
119+ const Registry : typeof baritone . api . command . registry . Registry = Java . type ( "baritone.api.command.registry.Registry" ) ;
120+ const RelativeBlockPos : typeof baritone . api . command . datatypes . RelativeBlockPos = Java . type ( "baritone.api.command.datatypes.RelativeBlockPos" ) ;
121+ const RelativeCoordinate : typeof baritone . api . command . datatypes . RelativeCoordinate = Java . type ( "baritone.api.command.datatypes.RelativeCoordinate" ) ;
122+ const RelativeFile : typeof baritone . api . command . datatypes . RelativeFile = Java . type ( "baritone.api.command.datatypes.RelativeFile" ) ;
123+ const RelativeGoal : typeof baritone . api . command . datatypes . RelativeGoal = Java . type ( "baritone.api.command.datatypes.RelativeGoal" ) ;
124+ const RelativeGoalBlock : typeof baritone . api . command . datatypes . RelativeGoalBlock = Java . type ( "baritone.api.command.datatypes.RelativeGoalBlock" ) ;
125+ const RelativeGoalXZ : typeof baritone . api . command . datatypes . RelativeGoalXZ = Java . type ( "baritone.api.command.datatypes.RelativeGoalXZ" ) ;
126+ const RelativeGoalYLevel : typeof baritone . api . command . datatypes . RelativeGoalYLevel = Java . type ( "baritone.api.command.datatypes.RelativeGoalYLevel" ) ;
127+ const RenderEvent : typeof baritone . api . event . events . RenderEvent = Java . type ( "baritone.api.event.events.RenderEvent" ) ;
128+ const ReplaceSchematic : typeof baritone . api . schematic . ReplaceSchematic = Java . type ( "baritone.api.schematic.ReplaceSchematic" ) ;
129+ const RotatedSchematic : typeof baritone . api . schematic . RotatedSchematic = Java . type ( "baritone.api.schematic.RotatedSchematic" ) ;
130+ const Rotation : typeof baritone . api . utils . Rotation = Java . type ( "baritone.api.utils.Rotation" ) ;
131+ const RotationMoveEvent : typeof baritone . api . event . events . RotationMoveEvent = Java . type ( "baritone.api.event.events.RotationMoveEvent" ) ;
132+ const RotationMoveEvent$Type : typeof baritone . api . event . events . RotationMoveEvent$Type = Java . type ( "baritone.api.event.events.RotationMoveEvent$Type" ) ;
133+ const RotationUtils : typeof baritone . api . utils . RotationUtils = Java . type ( "baritone.api.utils.RotationUtils" ) ;
134+ const Settings : typeof baritone . api . Settings = Java . type ( "baritone.api.Settings" ) ;
135+ const Settings$Setting : typeof baritone . api . Settings$Setting = Java . type ( "baritone.api.Settings$Setting" ) ;
136+ const SettingsUtil : typeof baritone . api . utils . SettingsUtil = Java . type ( "baritone.api.utils.SettingsUtil" ) ;
137+ const ShellSchematic : typeof baritone . api . schematic . ShellSchematic = Java . type ( "baritone.api.schematic.ShellSchematic" ) ;
138+ const SprintStateEvent : typeof baritone . api . event . events . SprintStateEvent = Java . type ( "baritone.api.event.events.SprintStateEvent" ) ;
139+ const StaticMask : typeof baritone . api . schematic . mask . StaticMask = Java . type ( "baritone.api.schematic.mask.StaticMask" ) ;
140+ const SubstituteSchematic : typeof baritone . api . schematic . SubstituteSchematic = Java . type ( "baritone.api.schematic.SubstituteSchematic" ) ;
141+ const TabCompleteEvent : typeof baritone . api . event . events . TabCompleteEvent = Java . type ( "baritone.api.event.events.TabCompleteEvent" ) ;
142+ const TickEvent : typeof baritone . api . event . events . TickEvent = Java . type ( "baritone.api.event.events.TickEvent" ) ;
143+ const TickEvent$Type : typeof baritone . api . event . events . TickEvent$Type = Java . type ( "baritone.api.event.events.TickEvent$Type" ) ;
144+ const VecUtils : typeof baritone . api . utils . VecUtils = Java . type ( "baritone.api.utils.VecUtils" ) ;
145+ const WallsSchematic : typeof baritone . api . schematic . WallsSchematic = Java . type ( "baritone.api.schematic.WallsSchematic" ) ;
146+ const Waypoint : typeof baritone . api . cache . Waypoint = Java . type ( "baritone.api.cache.Waypoint" ) ;
147+ const WorldEvent : typeof baritone . api . event . events . WorldEvent = Java . type ( "baritone.api.event.events.WorldEvent" ) ;
148+
149+ export {
150+ AbstractGameEventListener ,
151+ AbstractSchematic ,
152+ ActionCosts ,
153+ BaritoneAPI ,
154+ BetterBlockPos ,
155+ BlockById ,
156+ BlockChangeEvent ,
157+ BlockInteractEvent ,
158+ BlockInteractEvent$Type ,
159+ BlockOptionalMeta ,
160+ BlockOptionalMetaLookup ,
161+ BlockUtils ,
162+ Cancellable ,
163+ ChatEvent ,
164+ ChunkEvent ,
165+ ChunkEvent$Type ,
166+ Command ,
167+ CompositeSchematic ,
168+ EntityClassById ,
169+ EventState ,
170+ FillSchematic ,
171+ ForAxis ,
172+ ForBlockOptionalMeta ,
173+ ForDirection ,
174+ ForWaypoints ,
175+ Goal ,
176+ GoalAxis ,
177+ GoalBlock ,
178+ GoalComposite ,
179+ GoalGetToBlock ,
180+ GoalInverted ,
181+ GoalNear ,
182+ GoalRunAway ,
183+ GoalStrictDirection ,
184+ GoalTwoBlocks ,
185+ GoalXZ ,
186+ GoalYLevel ,
187+ Helper ,
188+ IAimProcessor ,
189+ IArgConsumer ,
190+ IArgParser ,
191+ IArgParserManager ,
192+ IBaritone ,
193+ IBaritoneChatControl ,
194+ IBaritoneProcess ,
195+ IBaritoneProvider ,
196+ IBehavior ,
197+ IBlockTypeAccess ,
198+ IBuilderProcess ,
199+ ICachedRegion ,
200+ ICachedWorld ,
201+ ICancellable ,
202+ ICommand ,
203+ ICommandArgument ,
204+ ICommandManager ,
205+ ICommandSystem ,
206+ ICustomGoalProcess ,
207+ IDatatype ,
208+ IDatatypeContext ,
209+ IDatatypeFor ,
210+ IDatatypePost ,
211+ IDatatypePostFunction ,
212+ IElytraProcess ,
213+ IEventBus ,
214+ IExploreProcess ,
215+ IFarmProcess ,
216+ IFollowProcess ,
217+ IGameEventListener ,
218+ IGetToBlockProcess ,
219+ IGoalRenderPos ,
220+ IInputOverrideHandler ,
221+ ILookBehavior ,
222+ IMineProcess ,
223+ IMovement ,
224+ IPath ,
225+ IPathExecutor ,
226+ IPathFinder ,
227+ IPathingBehavior ,
228+ IPathingControlManager ,
229+ IPlayerContext ,
230+ IPlayerController ,
231+ ISchematic ,
232+ ISchematicFormat ,
233+ ISchematicSystem ,
234+ ISelection ,
235+ ISelectionManager ,
236+ IStaticSchematic ,
237+ ITickableAimProcessor ,
238+ IWaypoint ,
239+ IWaypoint$Tag ,
240+ IWaypointCollection ,
241+ IWorldData ,
242+ IWorldProvider ,
243+ IWorldScanner ,
244+ Input ,
245+ ItemById ,
246+ Mask ,
247+ MaskSchematic ,
248+ MirroredSchematic ,
249+ MovementStatus ,
250+ NearbyPlayer ,
251+ NotificationHelper ,
252+ Overrideable ,
253+ PacketEvent ,
254+ PathCalculationResult ,
255+ PathEvent ,
256+ PathingCommand ,
257+ PathingCommandType ,
258+ PlayerUpdateEvent ,
259+ RayTraceUtils ,
260+ Registry ,
261+ RelativeBlockPos ,
262+ RelativeCoordinate ,
263+ RelativeFile ,
264+ RelativeGoal ,
265+ RelativeGoalBlock ,
266+ RelativeGoalXZ ,
267+ RelativeGoalYLevel ,
268+ RenderEvent ,
269+ ReplaceSchematic ,
270+ RotatedSchematic ,
271+ Rotation ,
272+ RotationMoveEvent ,
273+ RotationMoveEvent$Type ,
274+ RotationUtils ,
275+ Settings ,
276+ Settings$Setting ,
277+ SettingsUtil ,
278+ ShellSchematic ,
279+ SprintStateEvent ,
280+ StaticMask ,
281+ SubstituteSchematic ,
282+ TabCompleteEvent ,
283+ TickEvent ,
284+ TickEvent$Type ,
285+ VecUtils ,
286+ WallsSchematic ,
287+ Waypoint ,
288+ WorldEvent ,
289+ } ;
0 commit comments