Added documentation to Mixin classes

This commit is contained in:
2025-04-23 20:53:15 +02:00
parent be6472cc79
commit c7ea933494
4 changed files with 21 additions and 0 deletions

View File

@ -12,6 +12,9 @@ import wtf.hak.survivalfabric.utils.PacketUtils;
@Mixin(ServerWorld.class)
public class ServerWorldMixin {
/**
* Update List Names if needed
*/
@Inject(method = "onDimensionChanged", at = {@At("HEAD")})
public void onDimensionChange(Entity entity, CallbackInfo ci) {
if (entity instanceof ServerPlayerEntity) {