Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 15a89f7

Browse files
authored
Apply suggestions from code review
1 parent 5906a47 commit 15a89f7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

patchwork-registries/src/main/java/net/minecraftforge/fml/client/registry/ClientRegistry.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public class ClientRegistry {
3838
private static Map<Class<? extends Entity>, Identifier> entityShaderMap = new ConcurrentHashMap<>();
3939

4040
/**
41-
* Registers a Tile Entity renderer.
41+
* Registers a {@link BlockEntityRenderer}
4242
* Call this during {@link net.minecraftforge.fml.event.lifecycle.FMLClientSetupEvent}.
4343
* This method is safe to call during parallel mod loading.
4444
*/
@@ -48,7 +48,7 @@ public static synchronized <T extends BlockEntity> void bindTileEntitySpecialRen
4848
}
4949

5050
/**
51-
* Registers a KeyBinding.
51+
* Registers a {@link KeyBinding}.
5252
* Call this during {@link net.minecraftforge.fml.event.lifecycle.FMLClientSetupEvent}.
5353
* This method is safe to call during parallel mod loading.
5454
*/

0 commit comments

Comments
 (0)