程序包net.minecraft.commands.arguments.coordinates的分层结构

程序包分层结构:

类分层结构

  • java.lang.Object
    • net.minecraft.commands.arguments.coordinates.BlockPosArgument (implements com.mojang.brigadier.arguments.ArgumentType<T>)
    • net.minecraft.commands.arguments.coordinates.ColumnPosArgument (implements com.mojang.brigadier.arguments.ArgumentType<T>)
    • net.minecraft.commands.arguments.coordinates.LocalCoordinates (implements net.minecraft.commands.arguments.coordinates.Coordinates)
    • net.minecraft.commands.arguments.coordinates.RotationArgument (implements com.mojang.brigadier.arguments.ArgumentType<T>)
    • net.minecraft.commands.arguments.coordinates.SwizzleArgument (implements com.mojang.brigadier.arguments.ArgumentType<T>)
    • net.minecraft.commands.arguments.coordinates.Vec2Argument (implements com.mojang.brigadier.arguments.ArgumentType<T>)
    • net.minecraft.commands.arguments.coordinates.Vec3Argument (implements com.mojang.brigadier.arguments.ArgumentType<T>)
    • net.minecraft.commands.arguments.coordinates.WorldCoordinate
    • net.minecraft.commands.arguments.coordinates.WorldCoordinates (implements net.minecraft.commands.arguments.coordinates.Coordinates)

接口分层结构

  • net.minecraft.commands.arguments.coordinates.Coordinates