Fix javadoc typo

This commit is contained in:
TeamDman 2018-12-07 01:18:02 -05:00 committed by Nick Ignoffo
parent 6f8741694c
commit b8f57eca32

View file

@ -68,7 +68,7 @@ public interface IBloodMagicAPI {
* <li>NOTAIR</li>
* </ul>
*
* @param state The state to register
* @param state The state to unregister
* @param componentType The type of Blood Altar component to unregister from.
*/
void unregisterAltarComponent(@Nonnull IBlockState state, @Nonnull String componentType);