yarn/mappings/net/minecraft/command/argument
haykam821 3c373a9870
Fix some static final fields not having uppercase names (#1780)
* Fix some static final fields not having uppercase names

* Fix typo in capitalization of static final message field

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2020-10-08 08:51:44 +01:00
..
serialize Make the net.minecraft.command.arguments package singular (#1584) 2020-07-17 22:01:04 +01:00
AngleArgumentType.mapping Make the net.minecraft.command.arguments package singular (#1584) 2020-07-17 22:01:04 +01:00
ArgumentTypes.mapping Make the net.minecraft.command.arguments package singular (#1584) 2020-07-17 22:01:04 +01:00
BlockArgumentParser.mapping Make the net.minecraft.command.arguments package singular (#1584) 2020-07-17 22:01:04 +01:00
BlockPosArgumentType.mapping Make the net.minecraft.command.arguments package singular (#1584) 2020-07-17 22:01:04 +01:00
BlockPredicateArgumentType.mapping Make the net.minecraft.command.arguments package singular (#1584) 2020-07-17 22:01:04 +01:00
BlockStateArgument.mapping Make the net.minecraft.command.arguments package singular (#1584) 2020-07-17 22:01:04 +01:00
BlockStateArgumentType.mapping Make the net.minecraft.command.arguments package singular (#1584) 2020-07-17 22:01:04 +01:00
BrigadierArgumentTypes.mapping Make the net.minecraft.command.arguments package singular (#1584) 2020-07-17 22:01:04 +01:00
ColorArgumentType.mapping Make the net.minecraft.command.arguments package singular (#1584) 2020-07-17 22:01:04 +01:00
ColumnPosArgumentType.mapping Make the net.minecraft.command.arguments package singular (#1584) 2020-07-17 22:01:04 +01:00
CoordinateArgument.mapping Make the net.minecraft.command.arguments package singular (#1584) 2020-07-17 22:01:04 +01:00
DefaultPosArgument.mapping Make the net.minecraft.command.arguments package singular (#1584) 2020-07-17 22:01:04 +01:00
DimensionArgumentType.mapping Make the net.minecraft.command.arguments package singular (#1584) 2020-07-17 22:01:04 +01:00
EntityAnchorArgumentType.mapping Make the net.minecraft.command.arguments package singular (#1584) 2020-07-17 22:01:04 +01:00
EntityArgumentType.mapping Make the net.minecraft.command.arguments package singular (#1584) 2020-07-17 22:01:04 +01:00
EntitySummonArgumentType.mapping Make the net.minecraft.command.arguments package singular (#1584) 2020-07-17 22:01:04 +01:00
FunctionArgumentType.mapping Make the net.minecraft.command.arguments package singular (#1584) 2020-07-17 22:01:04 +01:00
GameProfileArgumentType.mapping Make the net.minecraft.command.arguments package singular (#1584) 2020-07-17 22:01:04 +01:00
IdentifierArgumentType.mapping Make the net.minecraft.command.arguments package singular (#1584) 2020-07-17 22:01:04 +01:00
ItemEnchantmentArgumentType.mapping Make the net.minecraft.command.arguments package singular (#1584) 2020-07-17 22:01:04 +01:00
ItemPredicateArgumentType.mapping Make the net.minecraft.command.arguments package singular (#1584) 2020-07-17 22:01:04 +01:00
ItemSlotArgumentType.mapping Make the net.minecraft.command.arguments package singular (#1584) 2020-07-17 22:01:04 +01:00
ItemStackArgument.mapping Make the net.minecraft.command.arguments package singular (#1584) 2020-07-17 22:01:04 +01:00
ItemStackArgumentType.mapping Make the net.minecraft.command.arguments package singular (#1584) 2020-07-17 22:01:04 +01:00
ItemStringReader.mapping Make the net.minecraft.command.arguments package singular (#1584) 2020-07-17 22:01:04 +01:00
LookingPosArgument.mapping Make the net.minecraft.command.arguments package singular (#1584) 2020-07-17 22:01:04 +01:00
MessageArgumentType.mapping Make the net.minecraft.command.arguments package singular (#1584) 2020-07-17 22:01:04 +01:00
MobEffectArgumentType.mapping Make the net.minecraft.command.arguments package singular (#1584) 2020-07-17 22:01:04 +01:00
NbtCompoundTagArgumentType.mapping Make the net.minecraft.command.arguments package singular (#1584) 2020-07-17 22:01:04 +01:00
NbtPathArgumentType.mapping Make the net.minecraft.command.arguments package singular (#1584) 2020-07-17 22:01:04 +01:00
NbtTagArgumentType.mapping Make the net.minecraft.command.arguments package singular (#1584) 2020-07-17 22:01:04 +01:00
NumberRangeArgumentType.mapping 20w30a 2020-07-22 17:29:24 +01:00
ObjectiveArgumentType.mapping Make the net.minecraft.command.arguments package singular (#1584) 2020-07-17 22:01:04 +01:00
ObjectiveCriteriaArgumentType.mapping Make the net.minecraft.command.arguments package singular (#1584) 2020-07-17 22:01:04 +01:00
OperationArgumentType.mapping Make the net.minecraft.command.arguments package singular (#1584) 2020-07-17 22:01:04 +01:00
ParticleArgumentType.mapping Make the net.minecraft.command.arguments package singular (#1584) 2020-07-17 22:01:04 +01:00
PosArgument.mapping Make the net.minecraft.command.arguments package singular (#1584) 2020-07-17 22:01:04 +01:00
RotationArgumentType.mapping Make the net.minecraft.command.arguments package singular (#1584) 2020-07-17 22:01:04 +01:00
ScoreHolderArgumentType.mapping Make the net.minecraft.command.arguments package singular (#1584) 2020-07-17 22:01:04 +01:00
ScoreboardSlotArgumentType.mapping Make the net.minecraft.command.arguments package singular (#1584) 2020-07-17 22:01:04 +01:00
SwizzleArgumentType.mapping Make the net.minecraft.command.arguments package singular (#1584) 2020-07-17 22:01:04 +01:00
TeamArgumentType.mapping Make the net.minecraft.command.arguments package singular (#1584) 2020-07-17 22:01:04 +01:00
TestClassArgumentType.mapping Make the net.minecraft.command.arguments package singular (#1584) 2020-07-17 22:01:04 +01:00
TestFunctionArgumentType.mapping Make the net.minecraft.command.arguments package singular (#1584) 2020-07-17 22:01:04 +01:00
TextArgumentType.mapping Make the net.minecraft.command.arguments package singular (#1584) 2020-07-17 22:01:04 +01:00
TimeArgumentType.mapping Fix some static final fields not having uppercase names (#1780) 2020-10-08 08:51:44 +01:00
UuidArgumentType.mapping Make the net.minecraft.command.arguments package singular (#1584) 2020-07-17 22:01:04 +01:00
Vec2ArgumentType.mapping Make the net.minecraft.command.arguments package singular (#1584) 2020-07-17 22:01:04 +01:00
Vec3ArgumentType.mapping Make the net.minecraft.command.arguments package singular (#1584) 2020-07-17 22:01:04 +01:00