Fix javadoc typo
This commit is contained in:
parent
6f8741694c
commit
b8f57eca32
|
@ -68,7 +68,7 @@ public interface IBloodMagicAPI {
|
||||||
* <li>NOTAIR</li>
|
* <li>NOTAIR</li>
|
||||||
* </ul>
|
* </ul>
|
||||||
*
|
*
|
||||||
* @param state The state to register
|
* @param state The state to unregister
|
||||||
* @param componentType The type of Blood Altar component to unregister from.
|
* @param componentType The type of Blood Altar component to unregister from.
|
||||||
*/
|
*/
|
||||||
void unregisterAltarComponent(@Nonnull IBlockState state, @Nonnull String componentType);
|
void unregisterAltarComponent(@Nonnull IBlockState state, @Nonnull String componentType);
|
||||||
|
|
Loading…
Reference in a new issue