From 8b9842288d315da45b6cc0da7dde5a7039e0b576 Mon Sep 17 00:00:00 2001 From: asie Date: Wed, 28 Nov 2018 11:50:56 +0100 Subject: [PATCH] more class name fixes --- mappings/net/minecraft/block/BlockEntityProvider.mapping | 2 ++ mappings/net/minecraft/block/EntityProviderBlock.mapping | 2 -- ...lacementContextItem.mapping => ItemPlacementContext.mapping} | 2 +- .../command/{OutputCommand.mapping => CommandOutput.mapping} | 2 +- .../command/{SourceCommand.mapping => CommandSource.mapping} | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 mappings/net/minecraft/block/BlockEntityProvider.mapping delete mode 100644 mappings/net/minecraft/block/EntityProviderBlock.mapping rename mappings/net/minecraft/item/{PlacementContextItem.mapping => ItemPlacementContext.mapping} (70%) rename mappings/net/minecraft/server/command/{OutputCommand.mapping => CommandOutput.mapping} (74%) rename mappings/net/minecraft/server/command/{SourceCommand.mapping => CommandSource.mapping} (73%) diff --git a/mappings/net/minecraft/block/BlockEntityProvider.mapping b/mappings/net/minecraft/block/BlockEntityProvider.mapping new file mode 100644 index 0000000000..0a48a3dbef --- /dev/null +++ b/mappings/net/minecraft/block/BlockEntityProvider.mapping @@ -0,0 +1,2 @@ +CLASS bhh net/minecraft/block/BlockEntityProvider + METHOD a createBlockEntity (Lazz;)Lbmk; diff --git a/mappings/net/minecraft/block/EntityProviderBlock.mapping b/mappings/net/minecraft/block/EntityProviderBlock.mapping deleted file mode 100644 index e83c6620f5..0000000000 --- a/mappings/net/minecraft/block/EntityProviderBlock.mapping +++ /dev/null @@ -1,2 +0,0 @@ -CLASS bhh net/minecraft/block/EntityProviderBlock - METHOD a createBlockEntity (Lazz;)Lbmk; diff --git a/mappings/net/minecraft/item/PlacementContextItem.mapping b/mappings/net/minecraft/item/ItemPlacementContext.mapping similarity index 70% rename from mappings/net/minecraft/item/PlacementContextItem.mapping rename to mappings/net/minecraft/item/ItemPlacementContext.mapping index 4a4a167291..65c6fb835b 100644 --- a/mappings/net/minecraft/item/PlacementContextItem.mapping +++ b/mappings/net/minecraft/item/ItemPlacementContext.mapping @@ -1,4 +1,4 @@ -CLASS ats net/minecraft/item/PlacementContextItem +CLASS ats net/minecraft/item/ItemPlacementContext METHOD a getPos ()Let; METHOD b canPlace ()Z METHOD d getPlayerFacing ()Ley; diff --git a/mappings/net/minecraft/server/command/OutputCommand.mapping b/mappings/net/minecraft/server/command/CommandOutput.mapping similarity index 74% rename from mappings/net/minecraft/server/command/OutputCommand.mapping rename to mappings/net/minecraft/server/command/CommandOutput.mapping index 446542c0ab..7ed51345c4 100644 --- a/mappings/net/minecraft/server/command/OutputCommand.mapping +++ b/mappings/net/minecraft/server/command/CommandOutput.mapping @@ -1,4 +1,4 @@ -CLASS bz net/minecraft/server/command/OutputCommand +CLASS bz net/minecraft/server/command/CommandOutput METHOD C_ shouldBroadcastConsoleToOps ()Z METHOD a sendCommandFeedback ()Z METHOD a appendCommandFeedback (Lja;)V diff --git a/mappings/net/minecraft/server/command/SourceCommand.mapping b/mappings/net/minecraft/server/command/CommandSource.mapping similarity index 73% rename from mappings/net/minecraft/server/command/SourceCommand.mapping rename to mappings/net/minecraft/server/command/CommandSource.mapping index 1d76f44982..14f3468055 100644 --- a/mappings/net/minecraft/server/command/SourceCommand.mapping +++ b/mappings/net/minecraft/server/command/CommandSource.mapping @@ -1,4 +1,4 @@ -CLASS cc net/minecraft/server/command/SourceCommand +CLASS cc net/minecraft/server/command/CommandSource METHOD m getTeamNames ()Ljava/util/Collection; METHOD n getSoundIds ()Ljava/util/Collection; METHOD o getRecipeIds ()Ljava/util/Collection;