diff options
author | Léa Gris <lea.gris@noiraude.net> | 2021-03-14 14:45:01 +0100 |
---|---|---|
committer | Léa Gris <lea.gris@noiraude.net> | 2021-03-14 14:45:01 +0100 |
commit | 3763bfce4ba6757f4cf1354762feefa3e35caf85 (patch) | |
tree | 117b4d488ba263d168067cd35e0b12d6f9a2e4e1 /src/main/java/gregtech/loaders/oreprocessing | |
parent | d91bbd8212b367849298fa12954b2a1c5d416eb0 (diff) | |
download | GT5-Unofficial-3763bfce4ba6757f4cf1354762feefa3e35caf85.tar.gz GT5-Unofficial-3763bfce4ba6757f4cf1354762feefa3e35caf85.tar.bz2 GT5-Unofficial-3763bfce4ba6757f4cf1354762feefa3e35caf85.zip |
minor: javadoc rephrase
Diffstat (limited to 'src/main/java/gregtech/loaders/oreprocessing')
-rw-r--r-- | src/main/java/gregtech/loaders/oreprocessing/ProcessingPlate.java | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/main/java/gregtech/loaders/oreprocessing/ProcessingPlate.java b/src/main/java/gregtech/loaders/oreprocessing/ProcessingPlate.java index ed0a7a0ac6..0146e64c28 100644 --- a/src/main/java/gregtech/loaders/oreprocessing/ProcessingPlate.java +++ b/src/main/java/gregtech/loaders/oreprocessing/ProcessingPlate.java @@ -36,12 +36,13 @@ public class ProcessingPlate implements gregtech.api.interfaces.IOreRecipeRegist } /** - * Register processes for the item stack by its Ore Dictionary Name property for all plate related items + * Register processes for the {@link ItemStack} with Ore Dictionary Name Prefix "plate" * - * @param aPrefix always != null, the Ore Prefix + * @param aPrefix always != null, the {@link OrePrefixes} of the {@link ItemStack} * @param aMaterial always != null, and can be == _NULL if the Prefix is Self Referencing or not Material based! - * @param aOreDictName the Ore Dictionary Name - * @param aModName the name of the mod providing this stack + * the {@link Materials} of the {@link ItemStack} + * @param aOreDictName the Ore Dictionary Name {@link String} of the {@link ItemStack} + * @param aModName the ModID {@link String} of the mod providing this {@link ItemStack} * @param aStack always != null, the {@link ItemStack} to register */ public void registerOre(OrePrefixes aPrefix, |