程序包net.minecraft.commands.execution的分层结构
类分层结构
- java.lang.Object
- net.minecraft.commands.execution.CustomCommandExecutor.WithErrorHandling<T> (implements net.minecraft.commands.execution.CustomCommandExecutor<T>)
- net.minecraft.commands.execution.ExecutionContext<T> (implements java.lang.AutoCloseable)
接口分层结构
- java.lang.AutoCloseable
- net.minecraft.commands.execution.TraceCallbacks
- com.mojang.brigadier.Command<S>
- net.minecraft.commands.execution.CustomCommandExecutor.CommandAdapter<T> (并 extends net.minecraft.commands.execution.CustomCommandExecutor<T>)
- net.minecraft.commands.execution.CustomCommandExecutor<T>
- net.minecraft.commands.execution.CustomCommandExecutor.CommandAdapter<T> (并 extends com.mojang.brigadier.Command<S>)
- net.minecraft.commands.execution.CustomModifierExecutor<T>
- net.minecraft.commands.execution.CustomModifierExecutor.ModifierAdapter<T> (并 extends com.mojang.brigadier.RedirectModifier<S>)
- net.minecraft.commands.execution.EntryAction<T>
- net.minecraft.commands.execution.ExecutionControl<T>
- net.minecraft.commands.execution.Frame.FrameControl
- com.mojang.brigadier.RedirectModifier<S>
- net.minecraft.commands.execution.CustomModifierExecutor.ModifierAdapter<T> (并 extends net.minecraft.commands.execution.CustomModifierExecutor<T>)
- net.minecraft.commands.execution.UnboundEntryAction<T>
记录类分层结构
- java.lang.Object
- java.lang.Record
- net.minecraft.commands.execution.ChainModifiers
- net.minecraft.commands.execution.CommandQueueEntry<T>
- net.minecraft.commands.execution.Frame
- java.lang.Record