Skip to content

Commit

Permalink
Add empty ASM classes
Browse files Browse the repository at this point in the history
  • Loading branch information
OldSerpskiStalker committed Sep 18, 2024
1 parent 38a798e commit 2e85047
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package org.imesense.dynamicspawncontrol.technical.asm;

/**
*
*/
public final class EntityRendererHooks
{

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package org.imesense.dynamicspawncontrol.technical.asm;

/**
*
*/
public final class EntityRendererTransformer
{

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package org.imesense.dynamicspawncontrol.technical.asm;

/**
*
*/
public final class WorldProviderHooks
{

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package org.imesense.dynamicspawncontrol.technical.asm;

/**
*
*/
public final class WorldProviderTransformer
{

}

0 comments on commit 2e85047

Please sign in to comment.