Package net.minestom.server.command.builder.arguments.minecraft
-
Class Summary Class Description ArgumentColor Represents an argument which will give you aChatColor
.ArgumentEntities Represents the target selector argument.ArgumentFloatRange Represents an argument which will give you anFloatRange
.ArgumentIntRange Represents an argument which will give you anIntRange
.ArgumentItemStack Argument which can be used to retrieve anItemStack
from its material and with NBT data.ArgumentNbtCompoundTag Argument used to retrieve aNBTCompound
if you need key-value data.ArgumentNbtTag Argument used to retrieve aNBT
based object, can be any kind of tag likeNBTCompound
,NBTList
,NBTInt
, etc...ArgumentRange<T> Abstract class used byArgumentIntRange
andArgumentFloatRange
.ArgumentTime Represents an argument giving a time (day/second/tick).