Skip to content

Commit

Permalink
chore: method does not exist anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreSchwang committed Nov 1, 2024
1 parent 31366b8 commit eb1845c
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,6 @@ public final class StaticRefraction {
* {@code addFreshEntity(Entity entity)}.
*/
public static final String ADD_FRESH_ENTITY = Refraction.pickName("addFreshEntity", "b");
/**
* {@code addFreshEntity(Entity entity, CreatureSpawnEvent.SpawnReason reason)}.
*/
public static final String ADD_FRESH_ENTITY_SPAWN_REASON = Refraction.pickName(
"addFreshEntity", "b"
);
/**
* {@code getBlockEntity(BlockPos blockPos)}.
*/
Expand Down

0 comments on commit eb1845c

Please sign in to comment.