Added documentation to Mixin classes
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user